#21C2C0

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

Shades of Light Sea Green #21C2C0

Tints of Light Sea Green #21C2C0

Color information

#21C2C0 (or 0x21C2C0) is unknown color: approx Light Sea Green. HEX triplet: 21, C2 and C0. RGB value is (33,194,192). Sum of RGB (Red+Green+Blue) = 33+194+192=419 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.88% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #21C2C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C2C0 is #DE3D3F. Grayscale: #919191. Windows color (decimal): -14564672 or 12632609. OLE color: 12632609.

HSL color Cylindrical-coordinate representation of color #21C2C0: hue angle of 179.25º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C2C0 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB33194192-
CMYK0.8300.010.24
HSL179.25º70.93%44.51%-
HSV(B)179.25º82.99%76.08%-
XYZ29.4342.7156.56-
YUV145.63154.1647.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.88%
GREEN value IS 194 (76.17% from 255) = 46.30%
BLUE value IS 192 (75.39% from 255) = 45.82%
R=7.88%
G=46.30%
B=45.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal331941920.8300.010.24179.2570.9344.51
Hex21C2C0530118b3472d
Octal41302300123013026310755
Binary100001110000101100000010100110111000101100111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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