#21CCC0

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

Shades of Light Sea Green #21CCC0

Tints of Light Sea Green #21CCC0

Color information

#21CCC0 (or 0x21CCC0) is unknown color: approx Light Sea Green. HEX triplet: 21, CC and C0. RGB value is (33,204,192). Sum of RGB (Red+Green+Blue) = 33+204+192=429 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.69% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #21CCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CCC0 is #DE333F. Grayscale: #979797. Windows color (decimal): -14562112 or 12635169. OLE color: 12635169.

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

Color convert

RGB33204192-
CMYK0.8400.060.2
HSL175.79º72.15%46.47%-
HSV(B)175.79º83.82%80%-
XYZ31.7347.3157.33-
YUV151.5150.8543.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.69%
GREEN value IS 204 (80.08% from 255) = 47.55%
BLUE value IS 192 (75.39% from 255) = 44.76%
R=7.69%
G=47.55%
B=44.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal332041920.8400.060.2175.7972.1546.47
Hex21CCC0540614b0482e
Octal41314300124062426011056
Binary10000111001100110000001010100011010100101100001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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