Html Css Color HEX #2FB3AD Light Sea Green

📋 copy color: '#2FB3AD'

red 47 ◦ green 179 ◦ blue 173

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

Shades of Light Sea Green #2FB3AD

Tints of Light Sea Green #2FB3AD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.86%

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

R = 11.78%
G = 44.86%
B = 43.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#2FB3AD (or 0x2FB3AD) is known color: Light Sea Green. HEX triplet: 2F, B3 and AD. RGB value is (47,179,173). Sum of RGB (Red+Green+Blue) = 47+179+173=399 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.78% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB3AD is #D04C52. Grayscale: #8A8A8A. Windows color (decimal): -13651027 or 11383599. OLE color: 11383599.

HSL color Cylindrical-coordinate representation of color #2FB3AD: hue angle of 177.27º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB3AD is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 179 173 -
CMYK 0.74 0 0.03 0.30
HSL 177.27º 0.58% 0.44% -
HSV(B) 177.27º 0.74% 0.7% -
XYZ 24.84 35.86 45.15 -
YUV 138.85 147.27 62.49 -
System Red Green Blue C M Y K H S L
Decimal 47 179 173 0.74 0 0.03 0.30 177.27 0.58 0.44
Hex 2F B3 AD 4A 0 3 1E B1 3A 2C
Octal 57 263 255 112 0 3 36 261 72 54
Binary 101111 10110011 10101101 1001010 0 11 11110 10110001 111010 101100

Color Harmonies of #2FB3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB3AD

Black with #2FB3AD

Text Example


Text Example

White with #2FB3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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