#21BEC0

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

Shades of Light Sea Green #21BEC0

Tints of Light Sea Green #21BEC0

Color information

#21BEC0 (or 0x21BEC0) is unknown color: approx Light Sea Green. HEX triplet: 21, BE and C0. RGB value is (33,190,192). Sum of RGB (Red+Green+Blue) = 33+190+192=415 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.95% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #21BEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BEC0 is #DE413F. Grayscale: #8F8F8F. Windows color (decimal): -14565696 or 12631585. OLE color: 12631585.

HSL color Cylindrical-coordinate representation of color #21BEC0: hue angle of 180.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BEC0 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB33190192-
CMYK0.830.0100.25
HSL180.75º70.67%44.12%-
HSV(B)180.75º82.81%75.29%-
XYZ28.5640.9656.27-
YUV143.28155.4949.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.95%
GREEN value IS 190 (74.61% from 255) = 45.78%
BLUE value IS 192 (75.39% from 255) = 46.27%
R=7.95%
G=45.78%
B=46.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331901920.830.0100.25180.7570.6744.12
Hex21BEC0531019b5472c
Octal41276300123103126510754
Binary100001101111101100000010100111011001101101011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,190,192); }

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

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

 a { background-color: rgb(33,190,192); }

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

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

 span { border-color: rgb(33,190,192); }

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