#34987F

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

Shades of Gossamer #34987F

Tints of Gossamer #34987F

Color information

#34987F (or 0x34987F) is unknown color: approx Gossamer. HEX triplet: 34, 98 and 7F. RGB value is (52,152,127). Sum of RGB (Red+Green+Blue) = 52+152+127=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #34987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34987F is #CB6780. Grayscale: #777777. Windows color (decimal): -13330305 or 8362036. OLE color: 8362036.

HSL color Cylindrical-coordinate representation of color #34987F: hue angle of 165º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34987F is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB52152127-
CMYK0.6600.160.40
HSL165º49.02%40%-
HSV(B)165º65.79%59.61%-
XYZ16.4824.7223.98-
YUV119.25132.3780.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.71%
GREEN value IS 152 (59.77% from 255) = 45.92%
BLUE value IS 127 (50% from 255) = 38.37%
R=15.71%
G=45.92%
B=38.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521521270.6600.160.4016549.0240
Hex34987F4201028a53128
Octal64230177102020502456150
Binary110100100110001111111100001001000010100010100101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34987F; }

 p { color: rgb(52,152,127); }

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

<style>
 a { background-color: #34987F; }

 a { background-color: rgb(52,152,127); }

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

<style>
 span { border-color: #34987F; }

 span { border-color: rgb(52,152,127); }

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