Html Css Color HEX #209B95 Java

📋 copy color: '#209B95'

red 32 ◦ green 155 ◦ blue 149

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

Shades of Java #209B95

Tints of Java #209B95

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.13%

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

R = 9.52%
G = 46.13%
B = 44.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#209B95 (or 0x209B95) is known color: Java. HEX triplet: 20, 9B and 95. RGB value is (32,155,149). Sum of RGB (Red+Green+Blue) = 32+155+149=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #209B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209B95 is #DF646A. Grayscale: #757575. Windows color (decimal): -14640235 or 9804576. OLE color: 9804576.

HSL color Cylindrical-coordinate representation of color #209B95: hue angle of 177.07º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209B95 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 155 149 -
CMYK 0.79 0 0.04 0.39
HSL 177.07º 0.66% 0.37% -
HSV(B) 177.07º 0.79% 0.61% -
XYZ 17.74 25.92 32.5 -
YUV 117.54 145.75 66.99 -
System Red Green Blue C M Y K H S L
Decimal 32 155 149 0.79 0 0.04 0.39 177.07 0.66 0.37
Hex 20 9B 95 4F 0 4 27 B1 42 25
Octal 40 233 225 117 0 4 47 261 102 45
Binary 100000 10011011 10010101 1001111 0 100 100111 10110001 1000010 100101

Color Harmonies of #209B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209B95

Black with #209B95

Text Example


Text Example

White with #209B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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