#21B6B5

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

Shades of Light Sea Green #21B6B5

Tints of Light Sea Green #21B6B5

Color information

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

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

Color convert

RGB33182181-
CMYK0.8200.010.29
HSL179.6º69.3%42.16%-
HSV(B)179.6º81.87%71.37%-
XYZ25.737.1249.53-
YUV137.33152.6453.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331821810.8200.010.29179.669.342.16
Hex21B6B552011Db4452a
Octal41266265122013526410552
Binary100001101101101011010110100100111101101101001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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