Html Css Color HEX #20989B Java

📋 copy color: '#20989B'

red 32 ◦ green 152 ◦ blue 155

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

Shades of Java #20989B

Tints of Java #20989B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.84%

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 9.44%
G = 44.84%
B = 45.72%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20989B (or 0x20989B) is known color: Java. HEX triplet: 20, 98 and 9B. RGB value is (32,152,155). Sum of RGB (Red+Green+Blue) = 32+152+155=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #20989B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20989B is #DF6764. Grayscale: #747474. Windows color (decimal): -14640997 or 10197024. OLE color: 10197024.

HSL color Cylindrical-coordinate representation of color #20989B: hue angle of 181.46º 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 #20989B is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 152 155 -
CMYK 0.79 0.02 0 0.39
HSL 181.46º 0.66% 0.37% -
HSV(B) 181.46º 0.79% 0.61% -
XYZ 17.74 25.13 34.93 -
YUV 116.46 149.74 67.76 -
System Red Green Blue C M Y K H S L
Decimal 32 152 155 0.79 0.02 0 0.39 181.46 0.66 0.37
Hex 20 98 9B 4F 2 0 27 B5 42 25
Octal 40 230 233 117 2 0 47 265 102 45
Binary 100000 10011000 10011011 1001111 10 0 100111 10110101 1000010 100101

Color Harmonies of #20989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20989B

Black with #20989B

Text Example


Text Example

White with #20989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20989B; }

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

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

background-color css

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

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

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

border-color css

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

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

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