#21c4bb

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

Shades of Light Sea Green #21C4BB

Tints of Light Sea Green #21C4BB

Color information

#21C4BB (or 0x21C4BB) is unknown color: approx Light Sea Green. HEX triplet: 21, C4 and BB. RGB value is (33,196,187). Sum of RGB (Red+Green+Blue) = 33+196+187=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #21C4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C4BB is #DE3B44. Grayscale: #929292. Windows color (decimal): -14564165 or 12305441. OLE color: 12305441.

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

Color convert

RGB33196187-
CMYK0.8300.050.23
HSL176.69º71.18%44.9%-
HSV(B)176.69º83.16%76.86%-
XYZ29.3443.3953.84-
YUV146.2415147.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.93%
GREEN value IS 196 (76.95% from 255) = 47.12%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=7.93%
G=47.12%
B=44.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal331961870.8300.050.23176.6971.1844.9
Hex21C4BB530517b1472d
Octal41304273123052726110755
Binary10000111000100101110111010011010110111101100011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21c4bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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