Html Css Color HEX #2FB8AD Light Sea Green

📋 copy color: '#2FB8AD'

red 47 ◦ green 184 ◦ blue 173

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

Shades of Light Sea Green #2FB8AD

Tints of Light Sea Green #2FB8AD

RGB

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

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

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

R = 11.63%
G = 45.54%
B = 42.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#2FB8AD (or 0x2FB8AD) is known color: Light Sea Green. HEX triplet: 2F, B8 and AD. RGB value is (47,184,173). Sum of RGB (Red+Green+Blue) = 47+184+173=404 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.63% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB8AD is #D04752. Grayscale: #8D8D8D. Windows color (decimal): -13649747 or 11384879. OLE color: 11384879.

HSL color Cylindrical-coordinate representation of color #2FB8AD: hue angle of 175.18º 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 #2FB8AD is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 47 184 173 -
CMYK 0.74 0 0.06 0.28
HSL 175.18º 0.59% 0.45% -
HSV(B) 175.18º 0.74% 0.72% -
XYZ 25.86 37.9 45.49 -
YUV 141.78 145.61 60.39 -
System Red Green Blue C M Y K H S L
Decimal 47 184 173 0.74 0 0.06 0.28 175.18 0.59 0.45
Hex 2F B8 AD 4A 0 6 1C AF 3B 2D
Octal 57 270 255 112 0 6 34 257 73 55
Binary 101111 10111000 10101101 1001010 0 110 11100 10101111 111011 101101

Color Harmonies of #2FB8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB8AD

Black with #2FB8AD

Text Example


Text Example

White with #2FB8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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