Html Css Color HEX #349986 Gossamer

📋 copy color: '#349986'

red 52 ◦ green 153 ◦ blue 134

#349986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #349986

Tints of Gossamer #349986

RGB

 RED value IS 52 (20.7% from 255) = 15.34%

 GREEN value IS 153 (60.16% from 255) = 45.13%

 BLUE value IS 134 (52.73% from 255) = 39.53%

R = 15.34%
G = 45.13%
B = 39.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#349986 (or 0x349986) is known color: Gossamer. HEX triplet: 34, 99 and 86. RGB value is (52,153,134). Sum of RGB (Red+Green+Blue) = 52+153+134=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #349986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349986 is #CB6679. Grayscale: #787878. Windows color (decimal): -13330042 or 8821044. OLE color: 8821044.

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

Color convert

RGB 52 153 134 -
CMYK 0.66 0 0.12 0.4
HSL 168.71º 0.49% 0.4% -
HSV(B) 168.71º 0.66% 0.6% -
XYZ 17.11 25.23 26.52 -
YUV 120.64 135.54 79.04 -
System Red Green Blue C M Y K H S L
Decimal 52 153 134 0.66 0 0.12 0.4 168.71 0.49 0.4
Hex 34 99 86 42 0 C 28 A9 31 28
Octal 64 231 206 102 0 14 50 251 61 50
Binary 110100 10011001 10000110 1000010 0 1100 101000 10101001 110001 101000

Color Harmonies of #349986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349986

Black with #349986

Text Example


Text Example

White with #349986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349986; }

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

 H1.HeaderClassName
 {
   color: #349986;
 }
 .AnyTagClassName
 {
   color: #349986;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #349986;
 }
 .BgClassName
 {
   background-color: #349986;
 }
</style>

border-color css

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

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

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