#21CCC1

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

Shades of Light Sea Green #21CCC1

Tints of Light Sea Green #21CCC1

Color information

#21CCC1 (or 0x21CCC1) is unknown color: approx Light Sea Green. HEX triplet: 21, CC and C1. RGB value is (33,204,193). Sum of RGB (Red+Green+Blue) = 33+204+193=430 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.67% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #21CCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CCC1 is #DE333E. Grayscale: #979797. Windows color (decimal): -14562111 or 12700705. OLE color: 12700705.

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

Color convert

RGB33204193-
CMYK0.8400.050.2
HSL176.14º72.15%46.47%-
HSV(B)176.14º83.82%80%-
XYZ31.8547.3657.91-
YUV151.62151.3543.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.67%
GREEN value IS 204 (80.08% from 255) = 47.44%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=7.67%
G=47.44%
B=44.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal332041930.8400.050.2176.1472.1546.47
Hex21CCC1540514b0482e
Octal41314301124052426011056
Binary10000111001100110000011010100010110100101100001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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