#21C9B5

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

Shades of Light Sea Green #21C9B5

Tints of Light Sea Green #21C9B5

Color information

#21C9B5 (or 0x21C9B5) is unknown color: approx Light Sea Green. HEX triplet: 21, C9 and B5. RGB value is (33,201,181). Sum of RGB (Red+Green+Blue) = 33+201+181=415 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.95% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #21C9B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C9B5 is #DE364A. Grayscale: #949494. Windows color (decimal): -14562891 or 11913505. OLE color: 11913505.

HSL color Cylindrical-coordinate representation of color #21C9B5: hue angle of 172.86º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C9B5 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB33201181-
CMYK0.8400.100.21
HSL172.86º71.79%45.88%-
HSV(B)172.86º83.58%78.82%-
XYZ29.8545.4350.91-
YUV148.49146.3445.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.95%
GREEN value IS 201 (78.91% from 255) = 48.43%
BLUE value IS 181 (71.09% from 255) = 43.61%
R=7.95%
G=48.43%
B=43.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal332011810.8400.100.21172.8671.7945.88
Hex21C9B5540A15ad482e
Octal413112651240122525511056
Binary100001110010011011010110101000101010101101011011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,201,181); }

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

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

 a { background-color: rgb(33,201,181); }

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

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

 span { border-color: rgb(33,201,181); }

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