#21938C

Color #21938C Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #21938C

Tints of Java #21938C

Color information

#21938C (or 0x21938C) is unknown color: approx Java. HEX triplet: 21, 93 and 8C. RGB value is (33,147,140). Sum of RGB (Red+Green+Blue) = 33+147+140=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #21938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21938C is #DE6C73. Grayscale: #707070. Windows color (decimal): -14576756 or 9212705. OLE color: 9212705.

HSL color Cylindrical-coordinate representation of color #21938C: hue angle of 176.32º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21938C is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB33147140-
CMYK0.7800.050.42
HSL176.32º63.33%35.29%-
HSV(B)176.32º77.55%57.65%-
XYZ15.7923.0828.43-
YUV112.12143.7371.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 10.31%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 140 (55.08% from 255) = 43.75%
R=10.31%
G=45.94%
B=43.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331471400.7800.050.42176.3263.3335.29
Hex21938C4E052Ab03f23
Octal4122321411605522607743
Binary10000110010011100011001001110010110101010110000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21938C; }

 p { color: rgb(33,147,140); }

 H1.HeaderClassName
 {
   color: #21938C;
 }
 .AnyTagClassName
 {
   color: #21938C;
 }
</style>
background-color css

<style>
 a { background-color: #21938C; }

 a { background-color: rgb(33,147,140); }

 div.DivClassName
 {
   background-color: #21938C;
 }
 .BgClassName
 {
   background-color: #21938C;
 }
</style>
border-color css

<style>
 span { border-color: #21938C; }

 span { border-color: rgb(33,147,140); }

 td.TdClassName
 {
   border-color: #21938C;
 }
 .TagClassName
 {
   border-color: #21938C;
 }
</style>