Html Css Color HEX #34987B Gossamer

📋 copy color: '#34987B'

red 52 ◦ green 152 ◦ blue 123

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

Shades of Gossamer #34987B

Tints of Gossamer #34987B

RGB

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

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

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

R = 15.9%
G = 46.48%
B = 37.61%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#34987B (or 0x34987B) is known color: Gossamer. HEX triplet: 34, 98 and 7B. RGB value is (52,152,123). Sum of RGB (Red+Green+Blue) = 52+152+123=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #34987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34987B is #CB6784. Grayscale: #767676. Windows color (decimal): -13330309 or 8099892. OLE color: 8099892.

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

Color convert

RGB 52 152 123 -
CMYK 0.66 0 0.19 0.40
HSL 162.6º 0.49% 0.4% -
HSV(B) 162.6º 0.66% 0.6% -
XYZ 16.22 24.62 22.64 -
YUV 118.79 130.37 80.36 -
System Red Green Blue C M Y K H S L
Decimal 52 152 123 0.66 0 0.19 0.40 162.6 0.49 0.4
Hex 34 98 7B 42 0 13 28 A3 31 28
Octal 64 230 173 102 0 23 50 243 61 50
Binary 110100 10011000 1111011 1000010 0 10011 101000 10100011 110001 101000

Color Harmonies of #34987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34987B

Black with #34987B

Text Example


Text Example

White with #34987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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