Html Css Color HEX #209694 Java

📋 copy color: '#209694'

red 32 ◦ green 150 ◦ blue 148

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

Shades of Java #209694

Tints of Java #209694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.45%

 BLUE value IS 148 (58.2% from 255) = 44.85%

R = 9.7%
G = 45.45%
B = 44.85%

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

#209694 (or 0x209694) is known color: Java. HEX triplet: 20, 96 and 94. RGB value is (32,150,148). Sum of RGB (Red+Green+Blue) = 32+150+148=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #209694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209694 is #DF696B. Grayscale: #727272. Windows color (decimal): -14641516 or 9737760. OLE color: 9737760.

HSL color Cylindrical-coordinate representation of color #209694: hue angle of 178.98º 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 #209694 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 150 148 -
CMYK 0.79 0 0.01 0.41
HSL 178.98º 0.65% 0.36% -
HSV(B) 178.98º 0.79% 0.59% -
XYZ 16.85 24.26 31.81 -
YUV 114.49 146.91 69.16 -
System Red Green Blue C M Y K H S L
Decimal 32 150 148 0.79 0 0.01 0.41 178.98 0.65 0.36
Hex 20 96 94 4F 0 1 29 B3 41 24
Octal 40 226 224 117 0 1 51 263 101 44
Binary 100000 10010110 10010100 1001111 0 1 101001 10110011 1000001 100100

Color Harmonies of #209694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209694

Black with #209694

Text Example


Text Example

White with #209694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209694; }

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

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

background-color css

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

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

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

border-color css

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

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

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