Html Css Color HEX #209690 Java

📋 copy color: '#209690'

red 32 ◦ green 150 ◦ blue 144

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

Shades of Java #209690

Tints of Java #209690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.17%

R = 9.82%
G = 46.01%
B = 44.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#209690 (or 0x209690) is known color: Java. HEX triplet: 20, 96 and 90. RGB value is (32,150,144). Sum of RGB (Red+Green+Blue) = 32+150+144=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #209690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209690 is #DF696F. Grayscale: #717171. Windows color (decimal): -14641520 or 9475616. OLE color: 9475616.

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

Color convert

RGB 32 150 144 -
CMYK 0.79 0 0.04 0.41
HSL 176.95º 0.65% 0.36% -
HSV(B) 176.95º 0.79% 0.59% -
XYZ 16.54 24.13 30.17 -
YUV 114.03 144.91 69.49 -
System Red Green Blue C M Y K H S L
Decimal 32 150 144 0.79 0 0.04 0.41 176.95 0.65 0.36
Hex 20 96 90 4F 0 4 29 B1 41 24
Octal 40 226 220 117 0 4 51 261 101 44
Binary 100000 10010110 10010000 1001111 0 100 101001 10110001 1000001 100100

Color Harmonies of #209690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209690

Black with #209690

Text Example


Text Example

White with #209690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209690; }

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

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

background-color css

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

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

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

border-color css

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

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

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