#20BEB0

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

Shades of Light Sea Green #20BEB0

Tints of Light Sea Green #20BEB0

Color information

#20BEB0 (or 0x20BEB0) is unknown color: approx Light Sea Green. HEX triplet: 20, BE and B0. RGB value is (32,190,176). Sum of RGB (Red+Green+Blue) = 32+190+176=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 190 - color contains mainly: green. Hex color #20BEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BEB0 is #DF414F. Grayscale: #8D8D8D. Windows color (decimal): -14631248 or 11583008. OLE color: 11583008.

HSL color Cylindrical-coordinate representation of color #20BEB0: hue angle of 174.68º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BEB0 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB32190176-
CMYK0.8300.070.25
HSL174.68º71.17%43.53%-
HSV(B)174.68º83.16%74.51%-
XYZ26.8540.2747.43-
YUV141.16147.6550.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.04%
GREEN value IS 190 (74.61% from 255) = 47.74%
BLUE value IS 176 (69.14% from 255) = 44.22%
R=8.04%
G=47.74%
B=44.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal321901760.8300.070.25174.6871.1743.53
Hex20BEB0530719af472c
Octal40276260123073125710754
Binary10000010111110101100001010011011111001101011111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,190,176); }

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

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

 a { background-color: rgb(32,190,176); }

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

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

 span { border-color: rgb(32,190,176); }

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