Html Css Color HEX #2AC0AD Light Sea Green

📋 copy color: '#2AC0AD'

red 42 ◦ green 192 ◦ blue 173

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

Shades of Light Sea Green #2AC0AD

Tints of Light Sea Green #2AC0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.17%

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 10.32%
G = 47.17%
B = 42.51%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#2AC0AD (or 0x2AC0AD) is known color: Light Sea Green. HEX triplet: 2A, C0 and AD. RGB value is (42,192,173). Sum of RGB (Red+Green+Blue) = 42+192+173=407 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.32% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AC0AD is #D53F52. Grayscale: #909090. Windows color (decimal): -13975379 or 11386922. OLE color: 11386922.

HSL color Cylindrical-coordinate representation of color #2AC0AD: hue angle of 172.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC0AD is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 42 192 173 -
CMYK 0.78 0 0.10 0.25
HSL 172.4º 0.64% 0.46% -
HSV(B) 172.4º 0.78% 0.75% -
XYZ 27.35 41.21 46.05 -
YUV 144.98 143.81 54.54 -
System Red Green Blue C M Y K H S L
Decimal 42 192 173 0.78 0 0.10 0.25 172.4 0.64 0.46
Hex 2A C0 AD 4E 0 A 19 AC 40 2E
Octal 52 300 255 116 0 12 31 254 100 56
Binary 101010 11000000 10101101 1001110 0 1010 11001 10101100 1000000 101110

Color Harmonies of #2AC0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC0AD

Black with #2AC0AD

Text Example


Text Example

White with #2AC0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,192,173); }

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

background-color css

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

 a { background-color: rgb(42,192,173); }

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

border-color css

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

 span { border-color: rgb(42,192,173); }

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