Html Css Color HEX #2FAA9F Light Sea Green

📋 copy color: '#2FAA9F'

red 47 ◦ green 170 ◦ blue 159

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

Shades of Light Sea Green #2FAA9F

Tints of Light Sea Green #2FAA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.29%

R = 12.5%
G = 45.21%
B = 42.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#2FAA9F (or 0x2FAA9F) is known color: Light Sea Green. HEX triplet: 2F, AA and 9F. RGB value is (47,170,159). Sum of RGB (Red+Green+Blue) = 47+170+159=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAA9F is #D05560. Grayscale: #838383. Windows color (decimal): -13653345 or 10463791. OLE color: 10463791.

HSL color Cylindrical-coordinate representation of color #2FAA9F: hue angle of 174.63º 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 #2FAA9F is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 170 159 -
CMYK 0.72 0 0.06 0.33
HSL 174.63º 0.57% 0.43% -
HSV(B) 174.63º 0.72% 0.67% -
XYZ 21.81 31.86 37.8 -
YUV 131.97 143.25 67.39 -
System Red Green Blue C M Y K H S L
Decimal 47 170 159 0.72 0 0.06 0.33 174.63 0.57 0.43
Hex 2F AA 9F 48 0 6 21 AF 39 2B
Octal 57 252 237 110 0 6 41 257 71 53
Binary 101111 10101010 10011111 1001000 0 110 100001 10101111 111001 101011

Color Harmonies of #2FAA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAA9F

Black with #2FAA9F

Text Example


Text Example

White with #2FAA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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