Html Css Color HEX #2FBEAA Light Sea Green

📋 copy color: '#2FBEAA'

red 47 ◦ green 190 ◦ blue 170

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

Shades of Light Sea Green #2FBEAA

Tints of Light Sea Green #2FBEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.68%

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 11.55%
G = 46.68%
B = 41.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#2FBEAA (or 0x2FBEAA) is known color: Light Sea Green. HEX triplet: 2F, BE and AA. RGB value is (47,190,170). Sum of RGB (Red+Green+Blue) = 47+190+170=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBEAA is #D04155. Grayscale: #909090. Windows color (decimal): -13648214 or 11189807. OLE color: 11189807.

HSL color Cylindrical-coordinate representation of color #2FBEAA: hue angle of 171.61º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBEAA is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 190 170 -
CMYK 0.75 0 0.11 0.25
HSL 171.61º 0.6% 0.46% -
HSV(B) 171.61º 0.75% 0.75% -
XYZ 26.84 40.33 44.4 -
YUV 144.96 142.12 58.13 -
System Red Green Blue C M Y K H S L
Decimal 47 190 170 0.75 0 0.11 0.25 171.61 0.6 0.46
Hex 2F BE AA 4B 0 B 19 AC 3C 2E
Octal 57 276 252 113 0 13 31 254 74 56
Binary 101111 10111110 10101010 1001011 0 1011 11001 10101100 111100 101110

Color Harmonies of #2FBEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBEAA

Black with #2FBEAA

Text Example


Text Example

White with #2FBEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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