#21B5B6

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

Shades of Light Sea Green #21B5B6

Tints of Light Sea Green #21B5B6

Color information

#21B5B6 (or 0x21B5B6) is unknown color: approx Light Sea Green. HEX triplet: 21, B5 and B6. RGB value is (33,181,182). Sum of RGB (Red+Green+Blue) = 33+181+182=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #21B5B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B5B6 is #DE4A49. Grayscale: #888888. Windows color (decimal): -14568010 or 11973921. OLE color: 11973921.

HSL color Cylindrical-coordinate representation of color #21B5B6: hue angle of 180.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B5B6 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB33181182-
CMYK0.820.0100.29
HSL180.4º69.3%42.16%-
HSV(B)180.4º81.87%71.37%-
XYZ25.5936.7550-
YUV136.86153.4753.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.33%
GREEN value IS 181 (71.09% from 255) = 45.71%
BLUE value IS 182 (71.48% from 255) = 45.96%
R=8.33%
G=45.71%
B=45.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331811820.820.0100.29180.469.342.16
Hex21B5B652101Db4452a
Octal41265266122103526410552
Binary100001101101011011011010100101011101101101001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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