#21C1B4

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

Shades of Light Sea Green #21C1B4

Tints of Light Sea Green #21C1B4

Color information

#21C1B4 (or 0x21C1B4) is unknown color: approx Light Sea Green. HEX triplet: 21, C1 and B4. RGB value is (33,193,180). Sum of RGB (Red+Green+Blue) = 33+193+180=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #21C1B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C1B4 is #DE3E4B. Grayscale: #8F8F8F. Windows color (decimal): -14564940 or 11845921. OLE color: 11845921.

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

Color convert

RGB33193180-
CMYK0.8300.070.24
HSL175.12º70.8%44.31%-
HSV(B)175.12º82.9%75.69%-
XYZ27.9441.7649.77-
YUV143.68148.4949.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.13%
GREEN value IS 193 (75.78% from 255) = 47.54%
BLUE value IS 180 (70.70% from 255) = 44.33%
R=8.13%
G=47.54%
B=44.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal331931800.8300.070.24175.1270.844.31
Hex21C1B4530718af472c
Octal41301264123073025710754
Binary10000111000001101101001010011011111000101011111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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