Html Css Color HEX #34987D Gossamer

📋 copy color: '#34987D'

red 52 ◦ green 152 ◦ blue 125

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

Shades of Gossamer #34987D

Tints of Gossamer #34987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.2%

 BLUE value IS 125 (49.22% from 255) = 37.99%

R = 15.81%
G = 46.2%
B = 37.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#34987D (or 0x34987D) is known color: Gossamer. HEX triplet: 34, 98 and 7D. RGB value is (52,152,125). Sum of RGB (Red+Green+Blue) = 52+152+125=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #34987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34987D is #CB6782. Grayscale: #777777. Windows color (decimal): -13330307 or 8230964. OLE color: 8230964.

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

Color convert

RGB 52 152 125 -
CMYK 0.66 0 0.18 0.40
HSL 163.8º 0.49% 0.4% -
HSV(B) 163.8º 0.66% 0.6% -
XYZ 16.35 24.67 23.3 -
YUV 119.02 131.37 80.2 -
System Red Green Blue C M Y K H S L
Decimal 52 152 125 0.66 0 0.18 0.40 163.8 0.49 0.4
Hex 34 98 7D 42 0 12 28 A4 31 28
Octal 64 230 175 102 0 22 50 244 61 50
Binary 110100 10011000 1111101 1000010 0 10010 101000 10100100 110001 101000

Color Harmonies of #34987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34987D

Black with #34987D

Text Example


Text Example

White with #34987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,152,125); }

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

background-color css

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

 a { background-color: rgb(52,152,125); }

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

border-color css

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

 span { border-color: rgb(52,152,125); }

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