Html Css Color HEX #21AC9B Light Sea Green

📋 copy color: '#21AC9B'

red 33 ◦ green 172 ◦ blue 155

#21AC9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #21AC9B

Tints of Light Sea Green #21AC9B

RGB

 RED value IS 33 (13.28% from 255) = 9.17%

 GREEN value IS 172 (67.58% from 255) = 47.78%

 BLUE value IS 155 (60.94% from 255) = 43.06%

R = 9.17%
G = 47.78%
B = 43.06%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#21AC9B (or 0x21AC9B) is known color: Light Sea Green. HEX triplet: 21, AC and 9B. RGB value is (33,172,155). Sum of RGB (Red+Green+Blue) = 33+172+155=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AC9B is #DE5364. Grayscale: #808080. Windows color (decimal): -14570341 or 10202145. OLE color: 10202145.

HSL color Cylindrical-coordinate representation of color #21AC9B: hue angle of 172.66º 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 #21AC9B is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 172 155 -
CMYK 0.81 0 0.10 0.33
HSL 172.66º 0.68% 0.4% -
HSV(B) 172.66º 0.81% 0.67% -
XYZ 21.3 32.19 36.1 -
YUV 128.5 142.95 59.88 -
System Red Green Blue C M Y K H S L
Decimal 33 172 155 0.81 0 0.10 0.33 172.66 0.68 0.4
Hex 21 AC 9B 51 0 A 21 AD 44 28
Octal 41 254 233 121 0 12 41 255 104 50
Binary 100001 10101100 10011011 1010001 0 1010 100001 10101101 1000100 101000

Color Harmonies of #21AC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AC9B

Black with #21AC9B

Text Example


Text Example

White with #21AC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21AC9B;
 }
 .AnyTagClassName
 {
   color: #21AC9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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