Html Css Color HEX #2AB8AF Light Sea Green

📋 copy color: '#2AB8AF'

red 42 ◦ green 184 ◦ blue 175

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

Shades of Light Sea Green #2AB8AF

Tints of Light Sea Green #2AB8AF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.89%

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 10.47%
G = 45.89%
B = 43.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#2AB8AF (or 0x2AB8AF) is known color: Light Sea Green. HEX triplet: 2A, B8 and AF. RGB value is (42,184,175). Sum of RGB (Red+Green+Blue) = 42+184+175=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 184 (72.27% from 255 or 45.89% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB8AF is #D54750. Grayscale: #8C8C8C. Windows color (decimal): -13977425 or 11515946. OLE color: 11515946.

HSL color Cylindrical-coordinate representation of color #2AB8AF: hue angle of 176.2º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB8AF is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 42 184 175 -
CMYK 0.77 0 0.05 0.28
HSL 176.2º 0.63% 0.44% -
HSV(B) 176.2º 0.77% 0.72% -
XYZ 25.83 37.87 46.51 -
YUV 140.52 147.46 57.73 -
System Red Green Blue C M Y K H S L
Decimal 42 184 175 0.77 0 0.05 0.28 176.2 0.63 0.44
Hex 2A B8 AF 4D 0 5 1C B0 3F 2C
Octal 52 270 257 115 0 5 34 260 77 54
Binary 101010 10111000 10101111 1001101 0 101 11100 10110000 111111 101100

Color Harmonies of #2AB8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB8AF

Black with #2AB8AF

Text Example


Text Example

White with #2AB8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,184,175); }

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

background-color css

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

 a { background-color: rgb(42,184,175); }

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

border-color css

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

 span { border-color: rgb(42,184,175); }

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