#21B1AD

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

Shades of Light Sea Green #21B1AD

Tints of Light Sea Green #21B1AD

Color information

#21B1AD (or 0x21B1AD) is unknown color: approx Light Sea Green. HEX triplet: 21, B1 and AD. RGB value is (33,177,173). Sum of RGB (Red+Green+Blue) = 33+177+173=383 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.62% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 177 - color contains mainly: green. Hex color #21B1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21B1AD is #DE4E52. Grayscale: #858585. Windows color (decimal): -14569043 or 11383073. OLE color: 11383073.

HSL color Cylindrical-coordinate representation of color #21B1AD: hue angle of 178.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B1AD is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB33177173-
CMYK0.8100.020.31
HSL178.33º68.57%41.18%-
HSV(B)178.33º81.36%69.41%-
XYZ23.8934.7844.99-
YUV133.49150.2956.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.62%
GREEN value IS 177 (69.53% from 255) = 46.21%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=8.62%
G=46.21%
B=45.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal331771730.8100.020.31178.3368.5741.18
Hex21B1AD51021Fb24529
Octal41261255121023726210551
Binary1000011011000110101101101000101011111101100101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,177,173); }

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

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

 a { background-color: rgb(33,177,173); }

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

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

 span { border-color: rgb(33,177,173); }

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