Html Css Color HEX #2FA6AA Light Sea Green

📋 copy color: '#2FA6AA'

red 47 ◦ green 166 ◦ blue 170

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

Shades of Light Sea Green #2FA6AA

Tints of Light Sea Green #2FA6AA

RGB

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

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

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

R = 12.27%
G = 43.34%
B = 44.39%

CMYK

 C value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2FA6AA (or 0x2FA6AA) is known color: Light Sea Green. HEX triplet: 2F, A6 and AA. RGB value is (47,166,170). Sum of RGB (Red+Green+Blue) = 47+166+170=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #2FA6AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA6AA is #D05955. Grayscale: #828282. Windows color (decimal): -13654358 or 11183663. OLE color: 11183663.

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

Color convert

RGB 47 166 170 -
CMYK 0.72 0.02 0 0.33
HSL 181.95º 0.57% 0.43% -
HSV(B) 181.95º 0.72% 0.67% -
XYZ 22.06 30.78 42.81 -
YUV 130.88 150.08 68.17 -
System Red Green Blue C M Y K H S L
Decimal 47 166 170 0.72 0.02 0 0.33 181.95 0.57 0.43
Hex 2F A6 AA 48 2 0 21 B6 39 2B
Octal 57 246 252 110 2 0 41 266 71 53
Binary 101111 10100110 10101010 1001000 10 0 100001 10110110 111001 101011

Color Harmonies of #2FA6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA6AA

Black with #2FA6AA

Text Example


Text Example

White with #2FA6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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