Html Css Color HEX #2AB1AE Light Sea Green

📋 copy color: '#2AB1AE'

red 42 ◦ green 177 ◦ blue 174

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

Shades of Light Sea Green #2AB1AE

Tints of Light Sea Green #2AB1AE

RGB

 RED value IS 42 (16.8% from 255) = 10.69%

 GREEN value IS 177 (69.53% from 255) = 45.04%

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

R = 10.69%
G = 45.04%
B = 44.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#2AB1AE (or 0x2AB1AE) is known color: Light Sea Green. HEX triplet: 2A, B1 and AE. RGB value is (42,177,174). Sum of RGB (Red+Green+Blue) = 42+177+174=393 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.69% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB1AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AB1AE is #D54E51. Grayscale: #888888. Windows color (decimal): -13979218 or 11448618. OLE color: 11448618.

HSL color Cylindrical-coordinate representation of color #2AB1AE: hue angle of 178.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB1AE is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 42 177 174 -
CMYK 0.76 0 0.02 0.31
HSL 178.67º 0.62% 0.43% -
HSV(B) 178.67º 0.76% 0.69% -
XYZ 24.32 34.99 45.52 -
YUV 136.29 149.27 60.74 -
System Red Green Blue C M Y K H S L
Decimal 42 177 174 0.76 0 0.02 0.31 178.67 0.62 0.43
Hex 2A B1 AE 4C 0 2 1F B3 3E 2B
Octal 52 261 256 114 0 2 37 263 76 53
Binary 101010 10110001 10101110 1001100 0 10 11111 10110011 111110 101011

Color Harmonies of #2AB1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB1AE

Black with #2AB1AE

Text Example


Text Example

White with #2AB1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AB1AE; }

 p { color: rgb(42,177,174); }

 H1.HeaderClassName
 {
   color: #2AB1AE;
 }
 .AnyTagClassName
 {
   color: #2AB1AE;
 }
</style>

background-color css

<style>
 a { background-color: #2AB1AE; }

 a { background-color: rgb(42,177,174); }

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

border-color css

<style>
 span { border-color: #2AB1AE; }

 span { border-color: rgb(42,177,174); }

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