#21B6BA

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

Shades of Light Sea Green #21B6BA

Tints of Light Sea Green #21B6BA

Color information

#21B6BA (or 0x21B6BA) is unknown color: approx Light Sea Green. HEX triplet: 21, B6 and BA. RGB value is (33,182,186). Sum of RGB (Red+Green+Blue) = 33+182+186=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #21B6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B6BA is #DE4945. Grayscale: #898989. Windows color (decimal): -14567750 or 12236321. OLE color: 12236321.

HSL color Cylindrical-coordinate representation of color #21B6BA: hue angle of 181.57º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B6BA is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB33182186-
CMYK0.820.0200.27
HSL181.57º69.86%42.94%-
HSV(B)181.57º82.26%72.94%-
XYZ26.2237.3252.28-
YUV137.9155.1453.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.23%
GREEN value IS 182 (71.48% from 255) = 45.39%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=8.23%
G=45.39%
B=46.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331821860.820.0200.27181.5769.8642.94
Hex21B6BA52201Bb6462b
Octal41266272122203326610653
Binary1000011011011010111010101001010011011101101101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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