Html Css Color HEX #2FADA1 Light Sea Green

📋 copy color: '#2FADA1'

red 47 ◦ green 173 ◦ blue 161

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

Shades of Light Sea Green #2FADA1

Tints of Light Sea Green #2FADA1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.41%

 BLUE value IS 161 (63.28% from 255) = 42.26%

R = 12.34%
G = 45.41%
B = 42.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#2FADA1 (or 0x2FADA1) is known color: Light Sea Green. HEX triplet: 2F, AD and A1. RGB value is (47,173,161). Sum of RGB (Red+Green+Blue) = 47+173+161=381 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.34% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #2FADA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FADA1 is #D0525E. Grayscale: #858585. Windows color (decimal): -13652575 or 10595631. OLE color: 10595631.

HSL color Cylindrical-coordinate representation of color #2FADA1: hue angle of 174.29º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FADA1 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 173 161 -
CMYK 0.73 0 0.07 0.32
HSL 174.29º 0.57% 0.43% -
HSV(B) 174.29º 0.73% 0.68% -
XYZ 22.55 33.06 38.91 -
YUV 133.96 143.26 65.98 -
System Red Green Blue C M Y K H S L
Decimal 47 173 161 0.73 0 0.07 0.32 174.29 0.57 0.43
Hex 2F AD A1 49 0 7 20 AE 39 2B
Octal 57 255 241 111 0 7 40 256 71 53
Binary 101111 10101101 10100001 1001001 0 111 100000 10101110 111001 101011

Color Harmonies of #2FADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FADA1

Black with #2FADA1

Text Example


Text Example

White with #2FADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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