#21CABB

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

Shades of Light Sea Green #21CABB

Tints of Light Sea Green #21CABB

Color information

#21CABB (or 0x21CABB) is unknown color: approx Light Sea Green. HEX triplet: 21, CA and BB. RGB value is (33,202,187). Sum of RGB (Red+Green+Blue) = 33+202+187=422 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.82% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #21CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CABB is #DE3544. Grayscale: #959595. Windows color (decimal): -14562629 or 12306977. OLE color: 12306977.

HSL color Cylindrical-coordinate representation of color #21CABB: hue angle of 174.67º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CABB is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB33202187-
CMYK0.8400.070.21
HSL174.67º71.91%46.08%-
HSV(B)174.67º83.66%79.22%-
XYZ30.7246.1554.3-
YUV149.76149.0144.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.82%
GREEN value IS 202 (79.30% from 255) = 47.87%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=7.82%
G=47.87%
B=44.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal332021870.8400.070.21174.6771.9146.08
Hex21CABB540715af482e
Octal41312273124072525711056
Binary10000111001010101110111010100011110101101011111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21CABB; }

 p { color: rgb(33,202,187); }

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

<style>
 a { background-color: #21CABB; }

 a { background-color: rgb(33,202,187); }

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

<style>
 span { border-color: #21CABB; }

 span { border-color: rgb(33,202,187); }

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