Html Css Color HEX #2FABAA Light Sea Green

📋 copy color: '#2FABAA'

red 47 ◦ green 171 ◦ blue 170

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

Shades of Light Sea Green #2FABAA

Tints of Light Sea Green #2FABAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.81%

R = 12.11%
G = 44.07%
B = 43.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#2FABAA (or 0x2FABAA) is known color: Light Sea Green. HEX triplet: 2F, AB and AA. RGB value is (47,171,170). Sum of RGB (Red+Green+Blue) = 47+171+170=388 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.11% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #2FABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FABAA is #D05455. Grayscale: #858585. Windows color (decimal): -13653078 or 11184943. OLE color: 11184943.

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

Color convert

RGB 47 171 170 -
CMYK 0.73 0 0.01 0.33
HSL 179.52º 0.57% 0.43% -
HSV(B) 179.52º 0.73% 0.67% -
XYZ 22.99 32.63 43.12 -
YUV 133.81 148.42 66.08 -
System Red Green Blue C M Y K H S L
Decimal 47 171 170 0.73 0 0.01 0.33 179.52 0.57 0.43
Hex 2F AB AA 49 0 1 21 B4 39 2B
Octal 57 253 252 111 0 1 41 264 71 53
Binary 101111 10101011 10101010 1001001 0 1 100001 10110100 111001 101011

Color Harmonies of #2FABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FABAA

Black with #2FABAA

Text Example


Text Example

White with #2FABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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