#2FC3B6

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

Shades of Light Sea Green #2FC3B6

Tints of Light Sea Green #2FC3B6

Color information

#2FC3B6 (or 0x2FC3B6) is unknown color: approx Light Sea Green. HEX triplet: 2F, C3 and B6. RGB value is (47,195,182). Sum of RGB (Red+Green+Blue) = 47+195+182=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC3B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC3B6 is #D03C49. Grayscale: #959595. Windows color (decimal): -13646922 or 11977519. OLE color: 11977519.

HSL color Cylindrical-coordinate representation of color #2FC3B6: hue angle of 174.73º 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 #2FC3B6 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB47195182-
CMYK0.7600.070.24
HSL174.73º61.16%47.45%-
HSV(B)174.73º75.9%76.47%-
XYZ29.1343.0151.02-
YUV149.27146.4755.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.08%
GREEN value IS 195 (76.56% from 255) = 45.99%
BLUE value IS 182 (71.48% from 255) = 42.92%
R=11.08%
G=45.99%
B=42.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal471951820.7600.070.24174.7361.1647.45
Hex2FC3B64C0718af3d2f
Octal5730326611407302577557
Binary1011111100001110110110100110001111100010101111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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