Html Css Color HEX #209F96 Java

📋 copy color: '#209F96'

red 32 ◦ green 159 ◦ blue 150

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

Shades of Java #209F96

Tints of Java #209F96

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.63%

 BLUE value IS 150 (58.98% from 255) = 43.99%

R = 9.38%
G = 46.63%
B = 43.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#209F96 (or 0x209F96) is known color: Java. HEX triplet: 20, 9F and 96. RGB value is (32,159,150). Sum of RGB (Red+Green+Blue) = 32+159+150=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #209F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209F96 is #DF6069. Grayscale: #777777. Windows color (decimal): -14639210 or 9871136. OLE color: 9871136.

HSL color Cylindrical-coordinate representation of color #209F96: hue angle of 175.75º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209F96 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 159 150 -
CMYK 0.80 0 0.06 0.38
HSL 175.75º 0.66% 0.37% -
HSV(B) 175.75º 0.8% 0.62% -
XYZ 18.5 27.31 33.15 -
YUV 120 144.92 65.23 -
System Red Green Blue C M Y K H S L
Decimal 32 159 150 0.80 0 0.06 0.38 175.75 0.66 0.37
Hex 20 9F 96 50 0 6 26 B0 42 25
Octal 40 237 226 120 0 6 46 260 102 45
Binary 100000 10011111 10010110 1010000 0 110 100110 10110000 1000010 100101

Color Harmonies of #209F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209F96

Black with #209F96

Text Example


Text Example

White with #209F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209F96; }

 p { color: rgb(32,159,150); }

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

background-color css

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

 a { background-color: rgb(32,159,150); }

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

border-color css

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

 span { border-color: rgb(32,159,150); }

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