Html Css Color HEX #2ABAAE Light Sea Green

📋 copy color: '#2ABAAE'

red 42 ◦ green 186 ◦ blue 174

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

Shades of Light Sea Green #2ABAAE

Tints of Light Sea Green #2ABAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.27%

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

R = 10.45%
G = 46.27%
B = 43.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#2ABAAE (or 0x2ABAAE) is known color: Light Sea Green. HEX triplet: 2A, BA and AE. RGB value is (42,186,174). Sum of RGB (Red+Green+Blue) = 42+186+174=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABAAE is #D54551. Grayscale: #8D8D8D. Windows color (decimal): -13976914 or 11450922. OLE color: 11450922.

HSL color Cylindrical-coordinate representation of color #2ABAAE: hue angle of 175º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ABAAE is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 186 174 -
CMYK 0.77 0 0.06 0.27
HSL 175º 0.63% 0.45% -
HSV(B) 175º 0.77% 0.73% -
XYZ 26.15 38.67 46.13 -
YUV 141.58 146.29 56.98 -
System Red Green Blue C M Y K H S L
Decimal 42 186 174 0.77 0 0.06 0.27 175 0.63 0.45
Hex 2A BA AE 4D 0 6 1B AF 3F 2D
Octal 52 272 256 115 0 6 33 257 77 55
Binary 101010 10111010 10101110 1001101 0 110 11011 10101111 111111 101101

Color Harmonies of #2ABAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABAAE

Black with #2ABAAE

Text Example


Text Example

White with #2ABAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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