Html Css Color HEX #2FABA7 Light Sea Green

📋 copy color: '#2FABA7'

red 47 ◦ green 171 ◦ blue 167

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

Shades of Light Sea Green #2FABA7

Tints of Light Sea Green #2FABA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.38%

R = 12.21%
G = 44.42%
B = 43.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#2FABA7 (or 0x2FABA7) is known color: Light Sea Green. HEX triplet: 2F, AB and A7. RGB value is (47,171,167). Sum of RGB (Red+Green+Blue) = 47+171+167=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #2FABA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FABA7 is #D05458. Grayscale: #858585. Windows color (decimal): -13653081 or 10988335. OLE color: 10988335.

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

Color convert

RGB 47 171 167 -
CMYK 0.73 0 0.02 0.33
HSL 178.06º 0.57% 0.43% -
HSV(B) 178.06º 0.73% 0.67% -
XYZ 22.71 32.52 41.64 -
YUV 133.47 146.92 66.33 -
System Red Green Blue C M Y K H S L
Decimal 47 171 167 0.73 0 0.02 0.33 178.06 0.57 0.43
Hex 2F AB A7 49 0 2 21 B2 39 2B
Octal 57 253 247 111 0 2 41 262 71 53
Binary 101111 10101011 10100111 1001001 0 10 100001 10110010 111001 101011

Color Harmonies of #2FABA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FABA7

Black with #2FABA7

Text Example


Text Example

White with #2FABA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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