Html Css Color HEX #349688 Gossamer

📋 copy color: '#349688'

red 52 ◦ green 150 ◦ blue 136

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

Shades of Gossamer #349688

Tints of Gossamer #349688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.38%

 BLUE value IS 136 (53.52% from 255) = 40.24%

R = 15.38%
G = 44.38%
B = 40.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#349688 (or 0x349688) is known color: Gossamer. HEX triplet: 34, 96 and 88. RGB value is (52,150,136). Sum of RGB (Red+Green+Blue) = 52+150+136=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #349688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349688 is #CB6977. Grayscale: #777777. Windows color (decimal): -13330808 or 8951348. OLE color: 8951348.

HSL color Cylindrical-coordinate representation of color #349688: hue angle of 171.43º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349688 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 136 -
CMYK 0.65 0 0.09 0.41
HSL 171.43º 0.49% 0.4% -
HSV(B) 171.43º 0.65% 0.59% -
XYZ 16.77 24.32 27.1 -
YUV 119.1 137.53 80.14 -
System Red Green Blue C M Y K H S L
Decimal 52 150 136 0.65 0 0.09 0.41 171.43 0.49 0.4
Hex 34 96 88 41 0 9 29 AB 31 28
Octal 64 226 210 101 0 11 51 253 61 50
Binary 110100 10010110 10001000 1000001 0 1001 101001 10101011 110001 101000

Color Harmonies of #349688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349688

Black with #349688

Text Example


Text Example

White with #349688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349688; }

 p { color: rgb(52,150,136); }

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

background-color css

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

 a { background-color: rgb(52,150,136); }

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

border-color css

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

 span { border-color: rgb(52,150,136); }

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