#2FC3B4

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

Shades of Light Sea Green #2FC3B4

Tints of Light Sea Green #2FC3B4

Color information

#2FC3B4 (or 0x2FC3B4) is unknown color: approx Light Sea Green. HEX triplet: 2F, C3 and B4. RGB value is (47,195,180). Sum of RGB (Red+Green+Blue) = 47+195+180=422 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.14% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC3B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC3B4 is #D03C4B. Grayscale: #949494. Windows color (decimal): -13646924 or 11846447. OLE color: 11846447.

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

Color convert

RGB47195180-
CMYK0.7600.080.24
HSL173.92º61.16%47.45%-
HSV(B)173.92º75.9%76.47%-
XYZ28.9342.9349.94-
YUV149.04145.4755.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.14%
GREEN value IS 195 (76.56% from 255) = 46.21%
BLUE value IS 180 (70.70% from 255) = 42.65%
R=11.14%
G=46.21%
B=42.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal471951800.7600.080.24173.9261.1647.45
Hex2FC3B44C0818ae3d2f
Octal57303264114010302567557
Binary10111111000011101101001001100010001100010101110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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