Html Css Color HEX #2FBAAA Light Sea Green

📋 copy color: '#2FBAAA'

red 47 ◦ green 186 ◦ blue 170

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

Shades of Light Sea Green #2FBAAA

Tints of Light Sea Green #2FBAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.15%

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

R = 11.66%
G = 46.15%
B = 42.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#2FBAAA (or 0x2FBAAA) is known color: Light Sea Green. HEX triplet: 2F, BA and AA. RGB value is (47,186,170). Sum of RGB (Red+Green+Blue) = 47+186+170=403 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.66% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBAAA is #D04555. Grayscale: #8E8E8E. Windows color (decimal): -13649238 or 11188783. OLE color: 11188783.

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

Color convert

RGB 47 186 170 -
CMYK 0.75 0 0.09 0.27
HSL 173.09º 0.6% 0.46% -
HSV(B) 173.09º 0.75% 0.73% -
XYZ 25.99 38.62 44.12 -
YUV 142.62 143.45 59.8 -
System Red Green Blue C M Y K H S L
Decimal 47 186 170 0.75 0 0.09 0.27 173.09 0.6 0.46
Hex 2F BA AA 4B 0 9 1B AD 3C 2E
Octal 57 272 252 113 0 11 33 255 74 56
Binary 101111 10111010 10101010 1001011 0 1001 11011 10101101 111100 101110

Color Harmonies of #2FBAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBAAA

Black with #2FBAAA

Text Example


Text Example

White with #2FBAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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