#34998A

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

Shades of Gossamer #34998A

Tints of Gossamer #34998A

Color information

#34998A (or 0x34998A) is unknown color: approx Gossamer. HEX triplet: 34, 99 and 8A. RGB value is (52,153,138). Sum of RGB (Red+Green+Blue) = 52+153+138=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #34998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34998A is #CB6675. Grayscale: #797979. Windows color (decimal): -13330038 or 9083188. OLE color: 9083188.

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

Color convert

RGB52153138-
CMYK0.6600.100.4
HSL171.09º49.27%40.2%-
HSV(B)171.09º66.01%60%-
XYZ17.3925.3528.02-
YUV121.09137.5478.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.16%
GREEN value IS 153 (60.16% from 255) = 44.61%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=15.16%
G=44.61%
B=40.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521531380.6600.100.4171.0949.2740.2
Hex34998A420A28ab3128
Octal64231212102012502536150
Binary110100100110011000101010000100101010100010101011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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