Html Css Color HEX #2FBEAB Light Sea Green

📋 copy color: '#2FBEAB'

red 47 ◦ green 190 ◦ blue 171

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

Shades of Light Sea Green #2FBEAB

Tints of Light Sea Green #2FBEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.91%

R = 11.52%
G = 46.57%
B = 41.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#2FBEAB (or 0x2FBEAB) is known color: Light Sea Green. HEX triplet: 2F, BE and AB. RGB value is (47,190,171). Sum of RGB (Red+Green+Blue) = 47+190+171=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBEAB is #D04154. Grayscale: #919191. Windows color (decimal): -13648213 or 11255343. OLE color: 11255343.

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

Color convert

RGB 47 190 171 -
CMYK 0.75 0 0.10 0.25
HSL 172.03º 0.6% 0.46% -
HSV(B) 172.03º 0.75% 0.75% -
XYZ 26.94 40.37 44.9 -
YUV 145.08 142.62 58.04 -
System Red Green Blue C M Y K H S L
Decimal 47 190 171 0.75 0 0.10 0.25 172.03 0.6 0.46
Hex 2F BE AB 4B 0 A 19 AC 3C 2E
Octal 57 276 253 113 0 12 31 254 74 56
Binary 101111 10111110 10101011 1001011 0 1010 11001 10101100 111100 101110

Color Harmonies of #2FBEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBEAB

Black with #2FBEAB

Text Example


Text Example

White with #2FBEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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