Html Css Color HEX #2FC5AD Light Sea Green

📋 copy color: '#2FC5AD'

red 47 ◦ green 197 ◦ blue 173

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

Shades of Light Sea Green #2FC5AD

Tints of Light Sea Green #2FC5AD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.24%

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 11.27%
G = 47.24%
B = 41.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#2FC5AD (or 0x2FC5AD) is known color: Light Sea Green. HEX triplet: 2F, C5 and AD. RGB value is (47,197,173). Sum of RGB (Red+Green+Blue) = 47+197+173=417 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.27% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC5AD is #D03A52. Grayscale: #959595. Windows color (decimal): -13646419 or 11388207. OLE color: 11388207.

HSL color Cylindrical-coordinate representation of color #2FC5AD: hue angle of 170.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC5AD is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 47 197 173 -
CMYK 0.76 0 0.12 0.23
HSL 170.4º 0.61% 0.48% -
HSV(B) 170.4º 0.76% 0.77% -
XYZ 28.68 43.55 46.43 -
YUV 149.41 141.31 54.95 -
System Red Green Blue C M Y K H S L
Decimal 47 197 173 0.76 0 0.12 0.23 170.4 0.61 0.48
Hex 2F C5 AD 4C 0 C 17 AA 3D 30
Octal 57 305 255 114 0 14 27 252 75 60
Binary 101111 11000101 10101101 1001100 0 1100 10111 10101010 111101 110000

Color Harmonies of #2FC5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC5AD

Black with #2FC5AD

Text Example


Text Example

White with #2FC5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,197,173); }

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

background-color css

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

 a { background-color: rgb(47,197,173); }

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

border-color css

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

 span { border-color: rgb(47,197,173); }

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