#2f9e8c

Color #2F9E8C Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #2F9E8C

Tints of Gossamer #2F9E8C

Color information

#2F9E8C (or 0x2F9E8C) is unknown color: approx Gossamer. HEX triplet: 2F, 9E and 8C. RGB value is (47,158,140). Sum of RGB (Red+Green+Blue) = 47+158+140=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #2F9E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9E8C is #D06173. Grayscale: #7A7A7A. Windows color (decimal): -13656436 or 9215535. OLE color: 9215535.

HSL color Cylindrical-coordinate representation of color #2F9E8C: hue angle of 170.27º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9E8C is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB47158140-
CMYK0.7000.110.38
HSL170.27º54.15%40.2%-
HSV(B)170.27º70.25%61.96%-
XYZ18.1326.9529.06-
YUV122.76137.7373.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.62%
GREEN value IS 158 (62.11% from 255) = 45.80%
BLUE value IS 140 (55.08% from 255) = 40.58%
R=13.62%
G=45.80%
B=40.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal471581400.7000.110.38170.2754.1540.2
Hex2F9E8C460B26aa3628
Octal57236214106013462526650
Binary101111100111101000110010001100101110011010101010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f9e8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,158,140); }

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

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

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

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

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

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

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