#34998E

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

Shades of Gossamer #34998E

Tints of Gossamer #34998E

Color information

#34998E (or 0x34998E) is unknown color: approx Gossamer. HEX triplet: 34, 99 and 8E. RGB value is (52,153,142). Sum of RGB (Red+Green+Blue) = 52+153+142=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #34998E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34998E is #CB6671. Grayscale: #797979. Windows color (decimal): -13330034 or 9345332. OLE color: 9345332.

HSL color Cylindrical-coordinate representation of color #34998E: hue angle of 173.47º 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 #34998E is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB52153142-
CMYK0.6600.070.4
HSL173.47º49.27%40.2%-
HSV(B)173.47º66.01%60%-
XYZ17.6925.4729.57-
YUV121.55139.5478.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.99%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 142 (55.86% from 255) = 40.92%
R=14.99%
G=44.09%
B=40.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521531420.6600.070.4173.4749.2740.2
Hex34998E420728ad3128
Octal6423121610207502556150
Binary11010010011001100011101000010011110100010101101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34998E; }

 p { color: rgb(52,153,142); }

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

<style>
 a { background-color: #34998E; }

 a { background-color: rgb(52,153,142); }

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

<style>
 span { border-color: #34998E; }

 span { border-color: rgb(52,153,142); }

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