#21BABD

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

Shades of Light Sea Green #21BABD

Tints of Light Sea Green #21BABD

Color information

#21BABD (or 0x21BABD) is unknown color: approx Light Sea Green. HEX triplet: 21, BA and BD. RGB value is (33,186,189). Sum of RGB (Red+Green+Blue) = 33+186+189=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #21BABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BABD is #DE4542. Grayscale: #8C8C8C. Windows color (decimal): -14566723 or 12433953. OLE color: 12433953.

HSL color Cylindrical-coordinate representation of color #21BABD: hue angle of 181.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BABD is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB33186189-
CMYK0.830.0200.26
HSL181.15º70.27%43.53%-
HSV(B)181.15º82.54%74.12%-
XYZ27.3739.1254.25-
YUV140.6155.3151.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.09%
GREEN value IS 186 (73.05% from 255) = 45.59%
BLUE value IS 189 (74.22% from 255) = 46.32%
R=8.09%
G=45.59%
B=46.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal331861890.830.0200.26181.1570.2743.53
Hex21BABD53201Ab5462c
Octal41272275123203226510654
Binary1000011011101010111101101001110011010101101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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