#21CABC

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

Shades of Light Sea Green #21CABC

Tints of Light Sea Green #21CABC

Color information

#21CABC (or 0x21CABC) is unknown color: approx Light Sea Green. HEX triplet: 21, CA and BC. RGB value is (33,202,188). Sum of RGB (Red+Green+Blue) = 33+202+188=423 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.80% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #21CABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CABC is #DE3543. Grayscale: #959595. Windows color (decimal): -14562628 or 12372513. OLE color: 12372513.

HSL color Cylindrical-coordinate representation of color #21CABC: hue angle of 175.03º 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 #21CABC is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB33202188-
CMYK0.8400.070.21
HSL175.03º71.91%46.08%-
HSV(B)175.03º83.66%79.22%-
XYZ30.8246.254.87-
YUV149.87149.5144.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.80%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=7.80%
G=47.75%
B=44.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal332021880.8400.070.21175.0371.9146.08
Hex21CABC540715af482e
Octal41312274124072525711056
Binary10000111001010101111001010100011110101101011111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,202,188); }

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

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

 a { background-color: rgb(33,202,188); }

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

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

 span { border-color: rgb(33,202,188); }

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