Html Css Color HEX #209388 Java

📋 copy color: '#209388'

red 32 ◦ green 147 ◦ blue 136

#209388
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #209388

Tints of Java #209388

RGB

 RED value IS 32 (12.89% from 255) = 10.16%

 GREEN value IS 147 (57.81% from 255) = 46.67%

 BLUE value IS 136 (53.52% from 255) = 43.17%

R = 10.16%
G = 46.67%
B = 43.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#209388 (or 0x209388) is known color: Java. HEX triplet: 20, 93 and 88. RGB value is (32,147,136). Sum of RGB (Red+Green+Blue) = 32+147+136=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #209388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209388 is #DF6C77. Grayscale: #6F6F6F. Windows color (decimal): -14642296 or 8950560. OLE color: 8950560.

HSL color Cylindrical-coordinate representation of color #209388: hue angle of 174.26º degrees, saturation: 0.64, 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 #209388 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 147 136 -
CMYK 0.78 0 0.07 0.42
HSL 174.26º 0.64% 0.35% -
HSV(B) 174.26º 0.78% 0.58% -
XYZ 15.47 22.95 26.91 -
YUV 111.36 141.9 71.39 -
System Red Green Blue C M Y K H S L
Decimal 32 147 136 0.78 0 0.07 0.42 174.26 0.64 0.35
Hex 20 93 88 4E 0 7 2A AE 40 23
Octal 40 223 210 116 0 7 52 256 100 43
Binary 100000 10010011 10001000 1001110 0 111 101010 10101110 1000000 100011

Color Harmonies of #209388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209388

Black with #209388

Text Example


Text Example

White with #209388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209388; }

 p { color: rgb(32,147,136); }

 H1.HeaderClassName
 {
   color: #209388;
 }
 .AnyTagClassName
 {
   color: #209388;
 }
</style>

background-color css

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

 a { background-color: rgb(32,147,136); }

 div.DivClassName
 {
   background-color: #209388;
 }
 .BgClassName
 {
   background-color: #209388;
 }
</style>

border-color css

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

 span { border-color: rgb(32,147,136); }

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