#21CCAE

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

Shades of Light Sea Green #21CCAE

Tints of Light Sea Green #21CCAE

Color information

#21CCAE (or 0x21CCAE) is unknown color: approx Light Sea Green. HEX triplet: 21, CC and AE. RGB value is (33,204,174). Sum of RGB (Red+Green+Blue) = 33+204+174=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #21CCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CCAE is #DE3351. Grayscale: #959595. Windows color (decimal): -14562130 or 11455521. OLE color: 11455521.

HSL color Cylindrical-coordinate representation of color #21CCAE: hue angle of 169.47º 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 #21CCAE is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB33204174-
CMYK0.8400.150.2
HSL169.47º72.15%46.47%-
HSV(B)169.47º83.82%80%-
XYZ29.8646.5747.46-
YUV149.45141.8544.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.03%
GREEN value IS 204 (80.08% from 255) = 49.64%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=8.03%
G=49.64%
B=42.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal332041740.8400.150.2169.4772.1546.47
Hex21CCAE540F14a9482e
Octal413142561240172425111056
Binary100001110011001010111010101000111110100101010011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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