Html Css Color HEX #34978D Gossamer

📋 copy color: '#34978D'

red 52 ◦ green 151 ◦ blue 141

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

Shades of Gossamer #34978D

Tints of Gossamer #34978D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.9%

 BLUE value IS 141 (55.47% from 255) = 40.99%

R = 15.12%
G = 43.9%
B = 40.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#34978D (or 0x34978D) is known color: Gossamer. HEX triplet: 34, 97 and 8D. RGB value is (52,151,141). Sum of RGB (Red+Green+Blue) = 52+151+141=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #34978D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34978D is #CB6872. Grayscale: #787878. Windows color (decimal): -13330547 or 9279284. OLE color: 9279284.

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

Color convert

RGB 52 151 141 -
CMYK 0.66 0 0.07 0.41
HSL 173.94º 0.49% 0.4% -
HSV(B) 173.94º 0.66% 0.59% -
XYZ 17.29 24.79 29.07 -
YUV 120.26 139.7 79.31 -
System Red Green Blue C M Y K H S L
Decimal 52 151 141 0.66 0 0.07 0.41 173.94 0.49 0.4
Hex 34 97 8D 42 0 7 29 AE 31 28
Octal 64 227 215 102 0 7 51 256 61 50
Binary 110100 10010111 10001101 1000010 0 111 101001 10101110 110001 101000

Color Harmonies of #34978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34978D

Black with #34978D

Text Example


Text Example

White with #34978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34978D; }

 p { color: rgb(52,151,141); }

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

background-color css

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

 a { background-color: rgb(52,151,141); }

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

border-color css

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

 span { border-color: rgb(52,151,141); }

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