#20B499

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

Shades of Light Sea Green #20B499

Tints of Light Sea Green #20B499

Color information

#20B499 (or 0x20B499) is unknown color: approx Light Sea Green. HEX triplet: 20, B4 and 99. RGB value is (32,180,153). Sum of RGB (Red+Green+Blue) = 32+180+153=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #20B499 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B499 is #DF4B66. Grayscale: #848484. Windows color (decimal): -14633831 or 10073120. OLE color: 10073120.

HSL color Cylindrical-coordinate representation of color #20B499: hue angle of 169.05º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B499 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB32180153-
CMYK0.8200.150.29
HSL169.05º69.81%41.57%-
HSV(B)169.05º82.22%70.59%-
XYZ22.6735.2535.75-
YUV132.67139.4756.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.77%
GREEN value IS 180 (70.70% from 255) = 49.32%
BLUE value IS 153 (60.16% from 255) = 41.92%
R=8.77%
G=49.32%
B=41.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal321801530.8200.150.29169.0569.8141.57
Hex20B499520F1Da9462a
Octal402642311220173525110652
Binary100000101101001001100110100100111111101101010011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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