#21BBA2

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

Shades of Light Sea Green #21BBA2

Tints of Light Sea Green #21BBA2

Color information

#21BBA2 (or 0x21BBA2) is unknown color: approx Light Sea Green. HEX triplet: 21, BB and A2. RGB value is (33,187,162). Sum of RGB (Red+Green+Blue) = 33+187+162=382 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.64% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #21BBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BBA2 is #DE445D. Grayscale: #8A8A8A. Windows color (decimal): -14566494 or 10664737. OLE color: 10664737.

HSL color Cylindrical-coordinate representation of color #21BBA2: hue angle of 170.26º 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 #21BBA2 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB33187162-
CMYK0.8200.130.27
HSL170.26º70%43.14%-
HSV(B)170.26º82.35%73.33%-
XYZ24.9238.4740.3-
YUV138.1141.4853.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.64%
GREEN value IS 187 (73.44% from 255) = 48.95%
BLUE value IS 162 (63.67% from 255) = 42.41%
R=8.64%
G=48.95%
B=42.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331871620.8200.130.27170.267043.14
Hex21BBA2520D1Baa462b
Octal412732421220153325210653
Binary100001101110111010001010100100110111011101010101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,187,162); }

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

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

 a { background-color: rgb(33,187,162); }

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

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

 span { border-color: rgb(33,187,162); }

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