#21ACA1

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

Shades of Light Sea Green #21ACA1

Tints of Light Sea Green #21ACA1

Color information

#21ACA1 (or 0x21ACA1) is unknown color: approx Light Sea Green. HEX triplet: 21, AC and A1. RGB value is (33,172,161). Sum of RGB (Red+Green+Blue) = 33+172+161=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #21ACA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21ACA1 is #DE535E. Grayscale: #818181. Windows color (decimal): -14570335 or 10595361. OLE color: 10595361.

HSL color Cylindrical-coordinate representation of color #21ACA1: hue angle of 175.25º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21ACA1 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB33172161-
CMYK0.8100.060.33
HSL175.25º67.8%40.2%-
HSV(B)175.25º80.81%67.45%-
XYZ21.8132.438.82-
YUV129.18145.9559.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.02%
GREEN value IS 172 (67.58% from 255) = 46.99%
BLUE value IS 161 (63.28% from 255) = 43.99%
R=9.02%
G=46.99%
B=43.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331721610.8100.060.33175.2567.840.2
Hex21ACA1510621af4428
Octal41254241121064125710450
Binary100001101011001010000110100010110100001101011111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,172,161); }

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

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

 a { background-color: rgb(33,172,161); }

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

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

 span { border-color: rgb(33,172,161); }

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