Html Css Color HEX #2FBBAC Light Sea Green

📋 copy color: '#2FBBAC'

red 47 ◦ green 187 ◦ blue 172

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

Shades of Light Sea Green #2FBBAC

Tints of Light Sea Green #2FBBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.06%

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 11.58%
G = 46.06%
B = 42.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#2FBBAC (or 0x2FBBAC) is known color: Light Sea Green. HEX triplet: 2F, BB and AC. RGB value is (47,187,172). Sum of RGB (Red+Green+Blue) = 47+187+172=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBBAC is #D04453. Grayscale: #8F8F8F. Windows color (decimal): -13648980 or 11320111. OLE color: 11320111.

HSL color Cylindrical-coordinate representation of color #2FBBAC: hue angle of 173.57º 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 #2FBBAC is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 187 172 -
CMYK 0.75 0 0.08 0.27
HSL 173.57º 0.6% 0.46% -
HSV(B) 173.57º 0.75% 0.73% -
XYZ 26.39 39.12 45.19 -
YUV 143.43 144.12 59.22 -
System Red Green Blue C M Y K H S L
Decimal 47 187 172 0.75 0 0.08 0.27 173.57 0.6 0.46
Hex 2F BB AC 4B 0 8 1B AE 3C 2E
Octal 57 273 254 113 0 10 33 256 74 56
Binary 101111 10111011 10101100 1001011 0 1000 11011 10101110 111100 101110

Color Harmonies of #2FBBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBBAC

Black with #2FBBAC

Text Example


Text Example

White with #2FBBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,187,172); }

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

background-color css

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

 a { background-color: rgb(47,187,172); }

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

border-color css

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

 span { border-color: rgb(47,187,172); }

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