Html Css Color HEX #209995 Java

📋 copy color: '#209995'

red 32 ◦ green 153 ◦ blue 149

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

Shades of Java #209995

Tints of Java #209995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 9.58%
G = 45.81%
B = 44.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#209995 (or 0x209995) is known color: Java. HEX triplet: 20, 99 and 95. RGB value is (32,153,149). Sum of RGB (Red+Green+Blue) = 32+153+149=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #209995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209995 is #DF666A. Grayscale: #747474. Windows color (decimal): -14640747 or 9804064. OLE color: 9804064.

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

Color convert

RGB 32 153 149 -
CMYK 0.79 0 0.03 0.4
HSL 178.02º 0.65% 0.36% -
HSV(B) 178.02º 0.79% 0.6% -
XYZ 17.41 25.26 32.39 -
YUV 116.37 146.41 67.83 -
System Red Green Blue C M Y K H S L
Decimal 32 153 149 0.79 0 0.03 0.4 178.02 0.65 0.36
Hex 20 99 95 4F 0 3 28 B2 41 24
Octal 40 231 225 117 0 3 50 262 101 44
Binary 100000 10011001 10010101 1001111 0 11 101000 10110010 1000001 100100

Color Harmonies of #209995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209995

Black with #209995

Text Example


Text Example

White with #209995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209995; }

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

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

background-color css

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

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

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

border-color css

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

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

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