#21CCAC

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

Shades of Light Sea Green #21CCAC

Tints of Light Sea Green #21CCAC

Color information

#21CCAC (or 0x21CCAC) is unknown color: approx Light Sea Green. HEX triplet: 21, CC and AC. RGB value is (33,204,172). Sum of RGB (Red+Green+Blue) = 33+204+172=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #21CCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CCAC is #DE3353. Grayscale: #959595. Windows color (decimal): -14562132 or 11324449. OLE color: 11324449.

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

Color convert

RGB33204172-
CMYK0.8400.160.2
HSL168.77º72.15%46.47%-
HSV(B)168.77º83.82%80%-
XYZ29.6746.4946.44-
YUV149.22140.8545.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.07%
GREEN value IS 204 (80.08% from 255) = 49.88%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=8.07%
G=49.88%
B=42.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal332041720.8400.160.2168.7772.1546.47
Hex21CCAC5401014a9482e
Octal413142541240202425111056
Binary1000011100110010101100101010001000010100101010011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,204,172); }

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

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

 a { background-color: rgb(33,204,172); }

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

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

 span { border-color: rgb(33,204,172); }

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