#21C4B0

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

Shades of Light Sea Green #21C4B0

Tints of Light Sea Green #21C4B0

Color information

#21C4B0 (or 0x21C4B0) is unknown color: approx Light Sea Green. HEX triplet: 21, C4 and B0. RGB value is (33,196,176). Sum of RGB (Red+Green+Blue) = 33+196+176=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #21C4B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C4B0 is #DE3B4F. Grayscale: #909090. Windows color (decimal): -14564176 or 11584545. OLE color: 11584545.

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

Color convert

RGB33196176-
CMYK0.8300.100.23
HSL172.64º71.18%44.9%-
HSV(B)172.64º83.16%76.86%-
XYZ28.242.9447.88-
YUV144.98145.548.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.15%
GREEN value IS 196 (76.95% from 255) = 48.40%
BLUE value IS 176 (69.14% from 255) = 43.46%
R=8.15%
G=48.40%
B=43.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal331961760.8300.100.23172.6471.1844.9
Hex21C4B0530A17ad472d
Octal413042601230122725510755
Binary100001110001001011000010100110101010111101011011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,196,176); }

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

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

 a { background-color: rgb(33,196,176); }

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

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

 span { border-color: rgb(33,196,176); }

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