Html Css Color HEX #2FAA9E Light Sea Green

📋 copy color: '#2FAA9E'

red 47 ◦ green 170 ◦ blue 158

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

Shades of Light Sea Green #2FAA9E

Tints of Light Sea Green #2FAA9E

RGB

 RED value IS 47 (18.75% from 255) = 12.53%

 GREEN value IS 170 (66.8% from 255) = 45.33%

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 12.53%
G = 45.33%
B = 42.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#2FAA9E (or 0x2FAA9E) is known color: Light Sea Green. HEX triplet: 2F, AA and 9E. RGB value is (47,170,158). Sum of RGB (Red+Green+Blue) = 47+170+158=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAA9E is #D05561. Grayscale: #838383. Windows color (decimal): -13653346 or 10398255. OLE color: 10398255.

HSL color Cylindrical-coordinate representation of color #2FAA9E: hue angle of 174.15º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FAA9E is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 170 158 -
CMYK 0.72 0 0.07 0.33
HSL 174.15º 0.57% 0.43% -
HSV(B) 174.15º 0.72% 0.67% -
XYZ 21.72 31.82 37.35 -
YUV 131.86 142.75 67.48 -
System Red Green Blue C M Y K H S L
Decimal 47 170 158 0.72 0 0.07 0.33 174.15 0.57 0.43
Hex 2F AA 9E 48 0 7 21 AE 39 2B
Octal 57 252 236 110 0 7 41 256 71 53
Binary 101111 10101010 10011110 1001000 0 111 100001 10101110 111001 101011

Color Harmonies of #2FAA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAA9E

Black with #2FAA9E

Text Example


Text Example

White with #2FAA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,170,158); }

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

background-color css

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

 a { background-color: rgb(47,170,158); }

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

border-color css

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

 span { border-color: rgb(47,170,158); }

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