Html Css Color HEX #21ABAE Light Sea Green

📋 copy color: '#21ABAE'

red 33 ◦ green 171 ◦ blue 174

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

Shades of Light Sea Green #21ABAE

Tints of Light Sea Green #21ABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.24%

 BLUE value IS 174 (68.36% from 255) = 46.03%

R = 8.73%
G = 45.24%
B = 46.03%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#21ABAE (or 0x21ABAE) is known color: Light Sea Green. HEX triplet: 21, AB and AE. RGB value is (33,171,174). Sum of RGB (Red+Green+Blue) = 33+171+174=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #21ABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21ABAE is #DE5451. Grayscale: #818181. Windows color (decimal): -14570578 or 11447073. OLE color: 11447073.

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

Color convert

RGB 33 171 174 -
CMYK 0.81 0.02 0 0.32
HSL 181.28º 0.68% 0.41% -
HSV(B) 181.28º 0.81% 0.68% -
XYZ 22.83 32.51 45.12 -
YUV 130.08 152.78 58.76 -
System Red Green Blue C M Y K H S L
Decimal 33 171 174 0.81 0.02 0 0.32 181.28 0.68 0.41
Hex 21 AB AE 51 2 0 20 B5 44 29
Octal 41 253 256 121 2 0 40 265 104 51
Binary 100001 10101011 10101110 1010001 10 0 100000 10110101 1000100 101001

Color Harmonies of #21ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ABAE

Black with #21ABAE

Text Example


Text Example

White with #21ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,171,174); }

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

background-color css

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

 a { background-color: rgb(33,171,174); }

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

border-color css

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

 span { border-color: rgb(33,171,174); }

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