Html Css Color HEX #2FBEA8 Light Sea Green

📋 copy color: '#2FBEA8'

red 47 ◦ green 190 ◦ blue 168

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

Shades of Light Sea Green #2FBEA8

Tints of Light Sea Green #2FBEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.48%

R = 11.6%
G = 46.91%
B = 41.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#2FBEA8 (or 0x2FBEA8) is known color: Light Sea Green. HEX triplet: 2F, BE and A8. RGB value is (47,190,168). Sum of RGB (Red+Green+Blue) = 47+190+168=405 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.60% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBEA8 is #D04157. Grayscale: #909090. Windows color (decimal): -13648216 or 11058735. OLE color: 11058735.

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

Color convert

RGB 47 190 168 -
CMYK 0.75 0 0.12 0.25
HSL 170.77º 0.6% 0.46% -
HSV(B) 170.77º 0.75% 0.75% -
XYZ 26.65 40.26 43.41 -
YUV 144.74 141.12 58.29 -
System Red Green Blue C M Y K H S L
Decimal 47 190 168 0.75 0 0.12 0.25 170.77 0.6 0.46
Hex 2F BE A8 4B 0 C 19 AB 3C 2E
Octal 57 276 250 113 0 14 31 253 74 56
Binary 101111 10111110 10101000 1001011 0 1100 11001 10101011 111100 101110

Color Harmonies of #2FBEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBEA8

Black with #2FBEA8

Text Example


Text Example

White with #2FBEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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