Html Css Color HEX #20908B Java

📋 copy color: '#20908B'

red 32 ◦ green 144 ◦ blue 139

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

Shades of Java #20908B

Tints of Java #20908B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.71%

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 10.16%
G = 45.71%
B = 44.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#20908B (or 0x20908B) is known color: Java. HEX triplet: 20, 90 and 8B. RGB value is (32,144,139). Sum of RGB (Red+Green+Blue) = 32+144+139=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #20908B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20908B is #DF6F74. Grayscale: #6D6D6D. Windows color (decimal): -14643061 or 9146400. OLE color: 9146400.

HSL color Cylindrical-coordinate representation of color #20908B: hue angle of 177.32º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20908B is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 144 139 -
CMYK 0.78 0 0.03 0.44
HSL 177.32º 0.64% 0.35% -
HSV(B) 177.32º 0.78% 0.56% -
XYZ 15.23 22.12 27.89 -
YUV 109.94 144.39 72.41 -
System Red Green Blue C M Y K H S L
Decimal 32 144 139 0.78 0 0.03 0.44 177.32 0.64 0.35
Hex 20 90 8B 4E 0 3 2C B1 40 23
Octal 40 220 213 116 0 3 54 261 100 43
Binary 100000 10010000 10001011 1001110 0 11 101100 10110001 1000000 100011

Color Harmonies of #20908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20908B

Black with #20908B

Text Example


Text Example

White with #20908B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,144,139); }

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

background-color css

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

 a { background-color: rgb(32,144,139); }

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

border-color css

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

 span { border-color: rgb(32,144,139); }

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