#2FBFBF

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

Shades of Light Sea Green #2FBFBF

Tints of Light Sea Green #2FBFBF

Color information

#2FBFBF (or 0x2FBFBF) is unknown color: approx Light Sea Green. HEX triplet: 2F, BF and BF. RGB value is (47,191,191). Sum of RGB (Red+Green+Blue) = 47+191+191=429 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.96% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #2FBFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FBFBF is #D04040. Grayscale: #939393. Windows color (decimal): -13647937 or 12566319. OLE color: 12566319.

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

Color convert

RGB47191191-
CMYK0.75000.25
HSL180º60.5%46.67%-
HSV(B)180º75.39%74.9%-
XYZ29.2141.6355.79-
YUV147.94152.2956-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.96%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 191 (75% from 255) = 44.52%
R=10.96%
G=44.52%
B=44.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471911910.75000.2518060.546.67
Hex2FBFBF4B0019b43d2f
Octal5727727711300312647557
Binary10111110111111101111111001011001100110110100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,191,191); }

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

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

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

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

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

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

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