Html Css Color HEX #34997E Gossamer

📋 copy color: '#34997E'

red 52 ◦ green 153 ◦ blue 126

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

Shades of Gossamer #34997E

Tints of Gossamer #34997E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.07%

R = 15.71%
G = 46.22%
B = 38.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#34997E (or 0x34997E) is known color: Gossamer. HEX triplet: 34, 99 and 7E. RGB value is (52,153,126). Sum of RGB (Red+Green+Blue) = 52+153+126=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #34997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34997E is #CB6681. Grayscale: #777777. Windows color (decimal): -13330050 or 8296756. OLE color: 8296756.

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

Color convert

RGB 52 153 126 -
CMYK 0.66 0 0.18 0.4
HSL 163.96º 0.49% 0.4% -
HSV(B) 163.96º 0.66% 0.6% -
XYZ 16.57 25.02 23.69 -
YUV 119.72 131.54 79.7 -
System Red Green Blue C M Y K H S L
Decimal 52 153 126 0.66 0 0.18 0.4 163.96 0.49 0.4
Hex 34 99 7E 42 0 12 28 A4 31 28
Octal 64 231 176 102 0 22 50 244 61 50
Binary 110100 10011001 1111110 1000010 0 10010 101000 10100100 110001 101000

Color Harmonies of #34997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34997E

Black with #34997E

Text Example


Text Example

White with #34997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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