#27987C

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

Shades of Gossamer #27987C

Tints of Gossamer #27987C

Color information

#27987C (or 0x27987C) is unknown color: approx Gossamer. HEX triplet: 27, 98 and 7C. RGB value is (39,152,124). Sum of RGB (Red+Green+Blue) = 39+152+124=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #27987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27987C is #D86783. Grayscale: #737373. Windows color (decimal): -14182276 or 8165415. OLE color: 8165415.

HSL color Cylindrical-coordinate representation of color #27987C: hue angle of 165.13º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27987C is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB39152124-
CMYK0.7400.180.40
HSL165.13º59.16%37.45%-
HSV(B)165.13º74.34%59.61%-
XYZ15.724.3422.94-
YUV115.02133.0673.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.38%
GREEN value IS 152 (59.77% from 255) = 48.25%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=12.38%
G=48.25%
B=39.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal391521240.7400.180.40165.1359.1637.45
Hex27987C4A01228a53b25
Octal47230174112022502457345
Binary100111100110001111100100101001001010100010100101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27987C; }

 p { color: rgb(39,152,124); }

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

<style>
 a { background-color: #27987C; }

 a { background-color: rgb(39,152,124); }

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

<style>
 span { border-color: #27987C; }

 span { border-color: rgb(39,152,124); }

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