#2FA7A9

Color #2FA7A9 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2FA7A9

Tints of Light Sea Green #2FA7A9

Color information

#2FA7A9 (or 0x2FA7A9) is unknown color: approx Light Sea Green. HEX triplet: 2F, A7 and A9. RGB value is (47,167,169). Sum of RGB (Red+Green+Blue) = 47+167+169=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 169 - color contains mainly: blue. Hex color #2FA7A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA7A9 is #D05856. Grayscale: #838383. Windows color (decimal): -13654103 or 11118383. OLE color: 11118383.

HSL color Cylindrical-coordinate representation of color #2FA7A9: hue angle of 180.98º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA7A9 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB47167169-
CMYK0.720.0100.34
HSL180.98º56.48%42.35%-
HSV(B)180.98º72.19%66.27%-
XYZ22.1531.1142.37-
YUV131.35149.2467.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.27%
GREEN value IS 167 (65.62% from 255) = 43.60%
BLUE value IS 169 (66.41% from 255) = 44.13%
R=12.27%
G=43.60%
B=44.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal471671690.720.0100.34180.9856.4842.35
Hex2FA7A9481022b5382a
Octal5724725111010422657052
Binary101111101001111010100110010001010001010110101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2FA7A9;
 }
 .AnyTagClassName
 {
   color: #2FA7A9;
 }
</style>
background-color css

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

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

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

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

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

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