Html Css Color HEX #209585 Java

📋 copy color: '#209585'

red 32 ◦ green 149 ◦ blue 133

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

Shades of Java #209585

Tints of Java #209585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.45%

 BLUE value IS 133 (52.34% from 255) = 42.36%

R = 10.19%
G = 47.45%
B = 42.36%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#209585 (or 0x209585) is known color: Java. HEX triplet: 20, 95 and 85. RGB value is (32,149,133). Sum of RGB (Red+Green+Blue) = 32+149+133=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #209585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209585 is #DF6A7A. Grayscale: #707070. Windows color (decimal): -14641787 or 8754464. OLE color: 8754464.

HSL color Cylindrical-coordinate representation of color #209585: hue angle of 171.79º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209585 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 149 133 -
CMYK 0.79 0 0.11 0.42
HSL 171.79º 0.65% 0.35% -
HSV(B) 171.79º 0.79% 0.58% -
XYZ 15.58 23.5 25.9 -
YUV 112.19 139.74 70.8 -
System Red Green Blue C M Y K H S L
Decimal 32 149 133 0.79 0 0.11 0.42 171.79 0.65 0.35
Hex 20 95 85 4F 0 B 2A AC 41 23
Octal 40 225 205 117 0 13 52 254 101 43
Binary 100000 10010101 10000101 1001111 0 1011 101010 10101100 1000001 100011

Color Harmonies of #209585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209585

Black with #209585

Text Example


Text Example

White with #209585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209585; }

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

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

background-color css

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

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

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

border-color css

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

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

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