#2FC1B6

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

Shades of Light Sea Green #2FC1B6

Tints of Light Sea Green #2FC1B6

Color information

#2FC1B6 (or 0x2FC1B6) is unknown color: approx Light Sea Green. HEX triplet: 2F, C1 and B6. RGB value is (47,193,182). Sum of RGB (Red+Green+Blue) = 47+193+182=422 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.14% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC1B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC1B6 is #D03E49. Grayscale: #939393. Windows color (decimal): -13647434 or 11977007. OLE color: 11977007.

HSL color Cylindrical-coordinate representation of color #2FC1B6: hue angle of 175.48º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC1B6 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB47193182-
CMYK0.7600.060.24
HSL175.48º60.83%47.06%-
HSV(B)175.48º75.65%75.69%-
XYZ28.6942.1250.87-
YUV148.09147.1355.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.14%
GREEN value IS 193 (75.78% from 255) = 45.73%
BLUE value IS 182 (71.48% from 255) = 43.13%
R=11.14%
G=45.73%
B=43.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal471931820.7600.060.24175.4860.8347.06
Hex2FC1B64C0618af3d2f
Octal5730126611406302577557
Binary1011111100000110110110100110001101100010101111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,193,182); }

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

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

 a { background-color: rgb(47,193,182); }

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

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

 span { border-color: rgb(47,193,182); }

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