#21B6A6

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

Shades of Light Sea Green #21B6A6

Tints of Light Sea Green #21B6A6

Color information

#21B6A6 (or 0x21B6A6) is unknown color: approx Light Sea Green. HEX triplet: 21, B6 and A6. RGB value is (33,182,166). Sum of RGB (Red+Green+Blue) = 33+182+166=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #21B6A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B6A6 is #DE4959. Grayscale: #878787. Windows color (decimal): -14567770 or 10925601. OLE color: 10925601.

HSL color Cylindrical-coordinate representation of color #21B6A6: hue angle of 173.56º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B6A6 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB33182166-
CMYK0.8200.090.29
HSL173.56º69.3%42.16%-
HSV(B)173.56º81.87%71.37%-
XYZ24.2436.5341.85-
YUV135.62145.1454.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.66%
GREEN value IS 182 (71.48% from 255) = 47.77%
BLUE value IS 166 (65.23% from 255) = 43.57%
R=8.66%
G=47.77%
B=43.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331821660.8200.090.29173.5669.342.16
Hex21B6A652091Dae452a
Octal412662461220113525610552
Binary100001101101101010011010100100100111101101011101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,182,166); }

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

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

 a { background-color: rgb(33,182,166); }

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

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

 span { border-color: rgb(33,182,166); }

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