Html Css Color HEX #34997C Gossamer

📋 copy color: '#34997C'

red 52 ◦ green 153 ◦ blue 124

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

Shades of Gossamer #34997C

Tints of Gossamer #34997C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 15.81%
G = 46.5%
B = 37.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#34997C (or 0x34997C) is known color: Gossamer. HEX triplet: 34, 99 and 7C. RGB value is (52,153,124). Sum of RGB (Red+Green+Blue) = 52+153+124=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #34997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34997C is #CB6683. Grayscale: #777777. Windows color (decimal): -13330052 or 8165684. OLE color: 8165684.

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

Color convert

RGB 52 153 124 -
CMYK 0.66 0 0.19 0.4
HSL 162.77º 0.49% 0.4% -
HSV(B) 162.77º 0.66% 0.6% -
XYZ 16.45 24.97 23.02 -
YUV 119.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 52 153 124 0.66 0 0.19 0.4 162.77 0.49 0.4
Hex 34 99 7C 42 0 13 28 A3 31 28
Octal 64 231 174 102 0 23 50 243 61 50
Binary 110100 10011001 1111100 1000010 0 10011 101000 10100011 110001 101000

Color Harmonies of #34997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34997C

Black with #34997C

Text Example


Text Example

White with #34997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34997C; }

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

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

background-color css

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

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

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

border-color css

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

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

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