Html Css Color HEX #2FBCAA Light Sea Green

📋 copy color: '#2FBCAA'

red 47 ◦ green 188 ◦ blue 170

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

Shades of Light Sea Green #2FBCAA

Tints of Light Sea Green #2FBCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.42%

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

R = 11.6%
G = 46.42%
B = 41.98%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#2FBCAA (or 0x2FBCAA) is known color: Light Sea Green. HEX triplet: 2F, BC and AA. RGB value is (47,188,170). Sum of RGB (Red+Green+Blue) = 47+188+170=405 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.60% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBCAA is #D04355. Grayscale: #8F8F8F. Windows color (decimal): -13648726 or 11189295. OLE color: 11189295.

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

Color convert

RGB 47 188 170 -
CMYK 0.75 0 0.10 0.26
HSL 172.34º 0.6% 0.46% -
HSV(B) 172.34º 0.75% 0.74% -
XYZ 26.41 39.47 44.26 -
YUV 143.79 142.79 58.96 -
System Red Green Blue C M Y K H S L
Decimal 47 188 170 0.75 0 0.10 0.26 172.34 0.6 0.46
Hex 2F BC AA 4B 0 A 1A AC 3C 2E
Octal 57 274 252 113 0 12 32 254 74 56
Binary 101111 10111100 10101010 1001011 0 1010 11010 10101100 111100 101110

Color Harmonies of #2FBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBCAA

Black with #2FBCAA

Text Example


Text Example

White with #2FBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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