#20B4B7

Color #20B4B7 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #20B4B7

Tints of Light Sea Green #20B4B7

Color information

#20B4B7 (or 0x20B4B7) is unknown color: approx Light Sea Green. HEX triplet: 20, B4 and B7. RGB value is (32,180,183). Sum of RGB (Red+Green+Blue) = 32+180+183=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 183 - color contains mainly: blue. Hex color #20B4B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B4B7 is #DF4B48. Grayscale: #878787. Windows color (decimal): -14633801 or 12039200. OLE color: 12039200.

HSL color Cylindrical-coordinate representation of color #20B4B7: hue angle of 181.19º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B4B7 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB32180183-
CMYK0.830.0200.28
HSL181.19º70.23%42.16%-
HSV(B)181.19º82.51%71.76%-
XYZ25.4636.3750.48-
YUV136.09154.4753.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.10%
GREEN value IS 180 (70.70% from 255) = 45.57%
BLUE value IS 183 (71.88% from 255) = 46.33%
R=8.10%
G=45.57%
B=46.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal321801830.830.0200.28181.1970.2342.16
Hex20B4B753201Cb5462a
Octal40264267123203426510652
Binary1000001011010010110111101001110011100101101011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20B4B7; }

 p { color: rgb(32,180,183); }

 H1.HeaderClassName
 {
   color: #20B4B7;
 }
 .AnyTagClassName
 {
   color: #20B4B7;
 }
</style>
background-color css

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

 a { background-color: rgb(32,180,183); }

 div.DivClassName
 {
   background-color: #20B4B7;
 }
 .BgClassName
 {
   background-color: #20B4B7;
 }
</style>
border-color css

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

 span { border-color: rgb(32,180,183); }

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