Html Css Color HEX #2FAAA6 Light Sea Green

📋 copy color: '#2FAAA6'

red 47 ◦ green 170 ◦ blue 166

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

Shades of Light Sea Green #2FAAA6

Tints of Light Sea Green #2FAAA6

RGB

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

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

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

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

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 47 170 166 -
CMYK 0.72 0 0.02 0.33
HSL 178.05º 0.57% 0.43% -
HSV(B) 178.05º 0.72% 0.67% -
XYZ 22.43 32.11 41.09 -
YUV 132.77 146.75 66.83 -
System Red Green Blue C M Y K H S L
Decimal 47 170 166 0.72 0 0.02 0.33 178.05 0.57 0.43
Hex 2F AA A6 48 0 2 21 B2 39 2B
Octal 57 252 246 110 0 2 41 262 71 53
Binary 101111 10101010 10100110 1001000 0 10 100001 10110010 111001 101011

Color Harmonies of #2FAAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAAA6

Black with #2FAAA6

Text Example


Text Example

White with #2FAAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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