#2FC3B3

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

Shades of Light Sea Green #2FC3B3

Tints of Light Sea Green #2FC3B3

Color information

#2FC3B3 (or 0x2FC3B3) is unknown color: approx Light Sea Green. HEX triplet: 2F, C3 and B3. RGB value is (47,195,179). Sum of RGB (Red+Green+Blue) = 47+195+179=421 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.16% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC3B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FC3B3 is #D03C4C. Grayscale: #949494. Windows color (decimal): -13646925 or 11780911. OLE color: 11780911.

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

Color convert

RGB47195179-
CMYK0.7600.080.24
HSL173.51º61.16%47.45%-
HSV(B)173.51º75.9%76.47%-
XYZ28.8242.8949.41-
YUV148.92144.9755.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.16%
GREEN value IS 195 (76.56% from 255) = 46.32%
BLUE value IS 179 (70.31% from 255) = 42.52%
R=11.16%
G=46.32%
B=42.52%

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
Decimal471951790.7600.080.24173.5161.1647.45
Hex2FC3B34C0818ae3d2f
Octal57303263114010302567557
Binary10111111000011101100111001100010001100010101110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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