Html Css Color HEX #2FA6AB Light Sea Green

📋 copy color: '#2FA6AB'

red 47 ◦ green 166 ◦ blue 171

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

Shades of Light Sea Green #2FA6AB

Tints of Light Sea Green #2FA6AB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.23%

 BLUE value IS 171 (67.19% from 255) = 44.53%

R = 12.24%
G = 43.23%
B = 44.53%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2FA6AB (or 0x2FA6AB) is known color: Light Sea Green. HEX triplet: 2F, A6 and AB. RGB value is (47,166,171). Sum of RGB (Red+Green+Blue) = 47+166+171=384 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.24% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #2FA6AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA6AB is #D05954. Grayscale: #828282. Windows color (decimal): -13654357 or 11249199. OLE color: 11249199.

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

Color convert

RGB 47 166 171 -
CMYK 0.73 0.03 0 0.33
HSL 182.42º 0.57% 0.43% -
HSV(B) 182.42º 0.73% 0.67% -
XYZ 22.16 30.82 43.31 -
YUV 130.99 150.58 68.09 -
System Red Green Blue C M Y K H S L
Decimal 47 166 171 0.73 0.03 0 0.33 182.42 0.57 0.43
Hex 2F A6 AB 49 3 0 21 B6 39 2B
Octal 57 246 253 111 3 0 41 266 71 53
Binary 101111 10100110 10101011 1001001 11 0 100001 10110110 111001 101011

Color Harmonies of #2FA6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA6AB

Black with #2FA6AB

Text Example


Text Example

White with #2FA6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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