Html Css Color HEX #209491 Java

📋 copy color: '#209491'

red 32 ◦ green 148 ◦ blue 145

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

Shades of Java #209491

Tints of Java #209491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.54%

 BLUE value IS 145 (57.03% from 255) = 44.62%

R = 9.85%
G = 45.54%
B = 44.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#209491 (or 0x209491) is known color: Java. HEX triplet: 20, 94 and 91. RGB value is (32,148,145). Sum of RGB (Red+Green+Blue) = 32+148+145=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #209491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209491 is #DF6B6E. Grayscale: #707070. Windows color (decimal): -14642031 or 9540640. OLE color: 9540640.

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

Color convert

RGB 32 148 145 -
CMYK 0.78 0 0.02 0.42
HSL 178.45º 0.64% 0.35% -
HSV(B) 178.45º 0.78% 0.58% -
XYZ 16.3 23.53 30.47 -
YUV 112.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 32 148 145 0.78 0 0.02 0.42 178.45 0.64 0.35
Hex 20 94 91 4E 0 2 2A B2 40 23
Octal 40 224 221 116 0 2 52 262 100 43
Binary 100000 10010100 10010001 1001110 0 10 101010 10110010 1000000 100011

Color Harmonies of #209491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209491

Black with #209491

Text Example


Text Example

White with #209491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209491; }

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

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

background-color css

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

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

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

border-color css

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

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

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