Html Css Color HEX #209288 Java

📋 copy color: '#209288'

red 32 ◦ green 146 ◦ blue 136

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

Shades of Java #209288

Tints of Java #209288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.5%

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

R = 10.19%
G = 46.5%
B = 43.31%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#209288 (or 0x209288) is known color: Java. HEX triplet: 20, 92 and 88. RGB value is (32,146,136). Sum of RGB (Red+Green+Blue) = 32+146+136=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #209288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209288 is #DF6D77. Grayscale: #6E6E6E. Windows color (decimal): -14642552 or 8950304. OLE color: 8950304.

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

Color convert

RGB 32 146 136 -
CMYK 0.78 0 0.07 0.43
HSL 174.74º 0.64% 0.35% -
HSV(B) 174.74º 0.78% 0.57% -
XYZ 15.32 22.64 26.86 -
YUV 110.77 142.23 71.81 -
System Red Green Blue C M Y K H S L
Decimal 32 146 136 0.78 0 0.07 0.43 174.74 0.64 0.35
Hex 20 92 88 4E 0 7 2B AF 40 23
Octal 40 222 210 116 0 7 53 257 100 43
Binary 100000 10010010 10001000 1001110 0 111 101011 10101111 1000000 100011

Color Harmonies of #209288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209288

Black with #209288

Text Example


Text Example

White with #209288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209288; }

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

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

background-color css

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

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

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

border-color css

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

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

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