Html Css Color HEX #34997B Gossamer

📋 copy color: '#34997B'

red 52 ◦ green 153 ◦ blue 123

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

Shades of Gossamer #34997B

Tints of Gossamer #34997B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.5%

R = 15.85%
G = 46.65%
B = 37.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#34997B (or 0x34997B) is known color: Gossamer. HEX triplet: 34, 99 and 7B. RGB value is (52,153,123). Sum of RGB (Red+Green+Blue) = 52+153+123=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #34997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34997B is #CB6684. Grayscale: #777777. Windows color (decimal): -13330053 or 8100148. OLE color: 8100148.

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

Color convert

RGB 52 153 123 -
CMYK 0.66 0 0.20 0.4
HSL 162.18º 0.49% 0.4% -
HSV(B) 162.18º 0.66% 0.6% -
XYZ 16.38 24.94 22.69 -
YUV 119.38 130.04 79.94 -
System Red Green Blue C M Y K H S L
Decimal 52 153 123 0.66 0 0.20 0.4 162.18 0.49 0.4
Hex 34 99 7B 42 0 14 28 A2 31 28
Octal 64 231 173 102 0 24 50 242 61 50
Binary 110100 10011001 1111011 1000010 0 10100 101000 10100010 110001 101000

Color Harmonies of #34997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34997B

Black with #34997B

Text Example


Text Example

White with #34997B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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