Html Css Color HEX #209796 Java

📋 copy color: '#209796'

red 32 ◦ green 151 ◦ blue 150

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

Shades of Java #209796

Tints of Java #209796

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.35%

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

R = 9.61%
G = 45.35%
B = 45.05%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#209796 (or 0x209796) is known color: Java. HEX triplet: 20, 97 and 96. RGB value is (32,151,150). Sum of RGB (Red+Green+Blue) = 32+151+150=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #209796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209796 is #DF6869. Grayscale: #737373. Windows color (decimal): -14641258 or 9869088. OLE color: 9869088.

HSL color Cylindrical-coordinate representation of color #209796: hue angle of 179.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209796 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 151 150 -
CMYK 0.79 0 0.01 0.41
HSL 179.5º 0.65% 0.36% -
HSV(B) 179.5º 0.79% 0.59% -
XYZ 17.17 24.64 32.71 -
YUV 115.31 147.58 68.58 -
System Red Green Blue C M Y K H S L
Decimal 32 151 150 0.79 0 0.01 0.41 179.5 0.65 0.36
Hex 20 97 96 4F 0 1 29 B3 41 24
Octal 40 227 226 117 0 1 51 263 101 44
Binary 100000 10010111 10010110 1001111 0 1 101001 10110011 1000001 100100

Color Harmonies of #209796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209796

Black with #209796

Text Example


Text Example

White with #209796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209796; }

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

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

background-color css

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

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

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

border-color css

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

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

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