#21C1C2

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

Shades of Light Sea Green #21C1C2

Tints of Light Sea Green #21C1C2

Color information

#21C1C2 (or 0x21C1C2) is unknown color: approx Light Sea Green. HEX triplet: 21, C1 and C2. RGB value is (33,193,194). Sum of RGB (Red+Green+Blue) = 33+193+194=420 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.86% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 194 - color contains mainly: blue. Hex color #21C1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C1C2 is #DE3E3D. Grayscale: #919191. Windows color (decimal): -14564926 or 12763425. OLE color: 12763425.

HSL color Cylindrical-coordinate representation of color #21C1C2: hue angle of 180.37º 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 #21C1C2 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB33193194-
CMYK0.830.0100.24
HSL180.37º70.93%44.51%-
HSV(B)180.37º82.99%76.08%-
XYZ29.4342.3657.66-
YUV145.27155.4947.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.86%
GREEN value IS 193 (75.78% from 255) = 45.95%
BLUE value IS 194 (76.17% from 255) = 46.19%
R=7.86%
G=45.95%
B=46.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal331931940.830.0100.24180.3770.9344.51
Hex21C1C2531018b4472d
Octal41301302123103026410755
Binary100001110000011100001010100111011000101101001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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