Html Css Color HEX #2FABAE Light Sea Green

📋 copy color: '#2FABAE'

red 47 ◦ green 171 ◦ blue 174

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

Shades of Light Sea Green #2FABAE

Tints of Light Sea Green #2FABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.62%

 BLUE value IS 174 (68.36% from 255) = 44.39%

R = 11.99%
G = 43.62%
B = 44.39%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2FABAE (or 0x2FABAE) is known color: Light Sea Green. HEX triplet: 2F, AB and AE. RGB value is (47,171,174). Sum of RGB (Red+Green+Blue) = 47+171+174=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #2FABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FABAE is #D05451. Grayscale: #868686. Windows color (decimal): -13653074 or 11447087. OLE color: 11447087.

HSL color Cylindrical-coordinate representation of color #2FABAE: hue angle of 181.42º 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 #2FABAE is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 171 174 -
CMYK 0.73 0.02 0 0.32
HSL 181.42º 0.57% 0.43% -
HSV(B) 181.42º 0.73% 0.68% -
XYZ 23.38 32.79 45.14 -
YUV 134.27 150.42 65.76 -
System Red Green Blue C M Y K H S L
Decimal 47 171 174 0.73 0.02 0 0.32 181.42 0.57 0.43
Hex 2F AB AE 49 2 0 20 B5 39 2B
Octal 57 253 256 111 2 0 40 265 71 53
Binary 101111 10101011 10101110 1001001 10 0 100000 10110101 111001 101011

Color Harmonies of #2FABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FABAE

Black with #2FABAE

Text Example


Text Example

White with #2FABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,171,174); }

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

background-color css

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

 a { background-color: rgb(47,171,174); }

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

border-color css

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

 span { border-color: rgb(47,171,174); }

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