Html Css Color HEX #209992 Java

📋 copy color: '#209992'

red 32 ◦ green 153 ◦ blue 146

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

Shades of Java #209992

Tints of Java #209992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.22%

 BLUE value IS 146 (57.42% from 255) = 44.11%

R = 9.67%
G = 46.22%
B = 44.11%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#209992 (or 0x209992) is known color: Java. HEX triplet: 20, 99 and 92. RGB value is (32,153,146). Sum of RGB (Red+Green+Blue) = 32+153+146=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #209992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209992 is #DF666D. Grayscale: #737373. Windows color (decimal): -14640750 or 9607456. OLE color: 9607456.

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

Color convert

RGB 32 153 146 -
CMYK 0.79 0 0.05 0.4
HSL 176.53º 0.65% 0.36% -
HSV(B) 176.53º 0.79% 0.6% -
XYZ 17.18 25.16 31.15 -
YUV 116.02 144.91 68.07 -
System Red Green Blue C M Y K H S L
Decimal 32 153 146 0.79 0 0.05 0.4 176.53 0.65 0.36
Hex 20 99 92 4F 0 5 28 B1 41 24
Octal 40 231 222 117 0 5 50 261 101 44
Binary 100000 10011001 10010010 1001111 0 101 101000 10110001 1000001 100100

Color Harmonies of #209992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209992

Black with #209992

Text Example


Text Example

White with #209992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209992; }

 p { color: rgb(32,153,146); }

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

background-color css

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

 a { background-color: rgb(32,153,146); }

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

border-color css

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

 span { border-color: rgb(32,153,146); }

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