Html Css Color HEX #2FB89F Light Sea Green

📋 copy color: '#2FB89F'

red 47 ◦ green 184 ◦ blue 159

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

Shades of Light Sea Green #2FB89F

Tints of Light Sea Green #2FB89F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.18%

 BLUE value IS 159 (62.5% from 255) = 40.77%

R = 12.05%
G = 47.18%
B = 40.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#2FB89F (or 0x2FB89F) is known color: Light Sea Green. HEX triplet: 2F, B8 and 9F. RGB value is (47,184,159). Sum of RGB (Red+Green+Blue) = 47+184+159=390 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.05% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB89F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB89F is #D04760. Grayscale: #8C8C8C. Windows color (decimal): -13649761 or 10467375. OLE color: 10467375.

HSL color Cylindrical-coordinate representation of color #2FB89F: hue angle of 169.05º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB89F is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 47 184 159 -
CMYK 0.74 0 0.14 0.28
HSL 169.05º 0.59% 0.45% -
HSV(B) 169.05º 0.74% 0.72% -
XYZ 24.57 37.39 38.72 -
YUV 140.19 138.61 61.53 -
System Red Green Blue C M Y K H S L
Decimal 47 184 159 0.74 0 0.14 0.28 169.05 0.59 0.45
Hex 2F B8 9F 4A 0 E 1C A9 3B 2D
Octal 57 270 237 112 0 16 34 251 73 55
Binary 101111 10111000 10011111 1001010 0 1110 11100 10101001 111011 101101

Color Harmonies of #2FB89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB89F

Black with #2FB89F

Text Example


Text Example

White with #2FB89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,184,159); }

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

background-color css

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

 a { background-color: rgb(47,184,159); }

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

border-color css

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

 span { border-color: rgb(47,184,159); }

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