#21B9B7

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

Shades of Light Sea Green #21B9B7

Tints of Light Sea Green #21B9B7

Color information

#21B9B7 (or 0x21B9B7) is unknown color: approx Light Sea Green. HEX triplet: 21, B9 and B7. RGB value is (33,185,183). Sum of RGB (Red+Green+Blue) = 33+185+183=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #21B9B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B9B7 is #DE4648. Grayscale: #8B8B8B. Windows color (decimal): -14566985 or 12040481. OLE color: 12040481.

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

Color convert

RGB33185183-
CMYK0.8200.010.27
HSL179.21º69.72%42.75%-
HSV(B)179.21º82.16%72.55%-
XYZ26.5238.4450.82-
YUV139.32152.6452.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.23%
GREEN value IS 185 (72.66% from 255) = 46.13%
BLUE value IS 183 (71.88% from 255) = 45.64%
R=8.23%
G=46.13%
B=45.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331851830.8200.010.27179.2169.7242.75
Hex21B9B752011Bb3462b
Octal41271267122013326310653
Binary100001101110011011011110100100111011101100111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,185,183); }

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

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

 a { background-color: rgb(33,185,183); }

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

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

 span { border-color: rgb(33,185,183); }

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