#2FC4AF

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

Shades of Light Sea Green #2FC4AF

Tints of Light Sea Green #2FC4AF

Color information

#2FC4AF (or 0x2FC4AF) is unknown color: approx Light Sea Green. HEX triplet: 2F, C4 and AF. RGB value is (47,196,175). Sum of RGB (Red+Green+Blue) = 47+196+175=418 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.24% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC4AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC4AF is #D03B50. Grayscale: #949494. Windows color (decimal): -13646673 or 11519023. OLE color: 11519023.

HSL color Cylindrical-coordinate representation of color #2FC4AF: hue angle of 171.54º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC4AF is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB47196175-
CMYK0.7600.110.23
HSL171.54º61.32%47.65%-
HSV(B)171.54º76.02%76.86%-
XYZ28.6543.1847.38-
YUV149.05142.6455.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.24%
GREEN value IS 196 (76.95% from 255) = 46.89%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=11.24%
G=46.89%
B=41.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal471961750.7600.110.23171.5461.3247.65
Hex2FC4AF4C0B17ac3d30
Octal57304257114013272547560
Binary10111111000100101011111001100010111011110101100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,196,175); }

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

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

 a { background-color: rgb(47,196,175); }

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

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

 span { border-color: rgb(47,196,175); }

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