Html Css Color HEX #2FAB9F Light Sea Green

📋 copy color: '#2FAB9F'

red 47 ◦ green 171 ◦ blue 159

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

Shades of Light Sea Green #2FAB9F

Tints of Light Sea Green #2FAB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.36%

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

R = 12.47%
G = 45.36%
B = 42.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#2FAB9F (or 0x2FAB9F) is known color: Light Sea Green. HEX triplet: 2F, AB and 9F. RGB value is (47,171,159). Sum of RGB (Red+Green+Blue) = 47+171+159=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAB9F is #D05460. Grayscale: #848484. Windows color (decimal): -13653089 or 10464047. OLE color: 10464047.

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

Color convert

RGB 47 171 159 -
CMYK 0.73 0 0.07 0.33
HSL 174.19º 0.57% 0.43% -
HSV(B) 174.19º 0.73% 0.67% -
XYZ 21.99 32.23 37.86 -
YUV 132.56 142.92 66.98 -
System Red Green Blue C M Y K H S L
Decimal 47 171 159 0.73 0 0.07 0.33 174.19 0.57 0.43
Hex 2F AB 9F 49 0 7 21 AE 39 2B
Octal 57 253 237 111 0 7 41 256 71 53
Binary 101111 10101011 10011111 1001001 0 111 100001 10101110 111001 101011

Color Harmonies of #2FAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAB9F

Black with #2FAB9F

Text Example


Text Example

White with #2FAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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