#21BAC1

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

Shades of Light Sea Green #21BAC1

Tints of Light Sea Green #21BAC1

Color information

#21BAC1 (or 0x21BAC1) is unknown color: approx Light Sea Green. HEX triplet: 21, BA and C1. RGB value is (33,186,193). Sum of RGB (Red+Green+Blue) = 33+186+193=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #21BAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BAC1 is #DE453E. Grayscale: #8C8C8C. Windows color (decimal): -14566719 or 12696097. OLE color: 12696097.

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

Color convert

RGB33186193-
CMYK0.830.0400.24
HSL182.62º70.8%44.31%-
HSV(B)182.62º82.9%75.69%-
XYZ27.8139.2956.57-
YUV141.05157.3150.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.01%
GREEN value IS 186 (73.05% from 255) = 45.15%
BLUE value IS 193 (75.78% from 255) = 46.84%
R=8.01%
G=45.15%
B=46.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal331861930.830.0400.24182.6270.844.31
Hex21BAC1534018b7472c
Octal41272301123403026710754
Binary10000110111010110000011010011100011000101101111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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