Html Css Color HEX #2FA99E Light Sea Green

📋 copy color: '#2FA99E'

red 47 ◦ green 169 ◦ blue 158

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

Shades of Light Sea Green #2FA99E

Tints of Light Sea Green #2FA99E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.19%

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

R = 12.57%
G = 45.19%
B = 42.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#2FA99E (or 0x2FA99E) is known color: Light Sea Green. HEX triplet: 2F, A9 and 9E. RGB value is (47,169,158). Sum of RGB (Red+Green+Blue) = 47+169+158=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #2FA99E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA99E is #D05661. Grayscale: #838383. Windows color (decimal): -13653602 or 10397999. OLE color: 10397999.

HSL color Cylindrical-coordinate representation of color #2FA99E: hue angle of 174.59º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA99E is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 47 169 158 -
CMYK 0.72 0 0.07 0.34
HSL 174.59º 0.56% 0.42% -
HSV(B) 174.59º 0.72% 0.66% -
XYZ 21.53 31.45 37.28 -
YUV 131.27 143.08 67.89 -
System Red Green Blue C M Y K H S L
Decimal 47 169 158 0.72 0 0.07 0.34 174.59 0.56 0.42
Hex 2F A9 9E 48 0 7 22 AF 38 2A
Octal 57 251 236 110 0 7 42 257 70 52
Binary 101111 10101001 10011110 1001000 0 111 100010 10101111 111000 101010

Color Harmonies of #2FA99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA99E

Black with #2FA99E

Text Example


Text Example

White with #2FA99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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