Html Css Color HEX #209188 Java

📋 copy color: '#209188'

red 32 ◦ green 145 ◦ blue 136

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

Shades of Java #209188

Tints of Java #209188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.33%

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

R = 10.22%
G = 46.33%
B = 43.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#209188 (or 0x209188) is known color: Java. HEX triplet: 20, 91 and 88. RGB value is (32,145,136). Sum of RGB (Red+Green+Blue) = 32+145+136=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #209188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209188 is #DF6E77. Grayscale: #6E6E6E. Windows color (decimal): -14642808 or 8950048. OLE color: 8950048.

HSL color Cylindrical-coordinate representation of color #209188: hue angle of 175.22º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209188 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 145 136 -
CMYK 0.78 0 0.06 0.43
HSL 175.22º 0.64% 0.35% -
HSV(B) 175.22º 0.78% 0.57% -
XYZ 15.17 22.34 26.8 -
YUV 110.19 142.56 72.23 -
System Red Green Blue C M Y K H S L
Decimal 32 145 136 0.78 0 0.06 0.43 175.22 0.64 0.35
Hex 20 91 88 4E 0 6 2B AF 40 23
Octal 40 221 210 116 0 6 53 257 100 43
Binary 100000 10010001 10001000 1001110 0 110 101011 10101111 1000000 100011

Color Harmonies of #209188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209188

Black with #209188

Text Example


Text Example

White with #209188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209188; }

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

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

background-color css

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

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

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

border-color css

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

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

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