Html Css Color HEX #34958B Gossamer

📋 copy color: '#34958B'

red 52 ◦ green 149 ◦ blue 139

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

Shades of Gossamer #34958B

Tints of Gossamer #34958B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.82%

 BLUE value IS 139 (54.69% from 255) = 40.88%

R = 15.29%
G = 43.82%
B = 40.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#34958B (or 0x34958B) is known color: Gossamer. HEX triplet: 34, 95 and 8B. RGB value is (52,149,139). Sum of RGB (Red+Green+Blue) = 52+149+139=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #34958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34958B is #CB6A74. Grayscale: #767676. Windows color (decimal): -13331061 or 9147700. OLE color: 9147700.

HSL color Cylindrical-coordinate representation of color #34958B: hue angle of 173.81º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34958B is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 139 -
CMYK 0.65 0 0.07 0.42
HSL 173.81º 0.48% 0.39% -
HSV(B) 173.81º 0.65% 0.58% -
XYZ 16.82 24.09 28.19 -
YUV 118.86 139.36 80.31 -
System Red Green Blue C M Y K H S L
Decimal 52 149 139 0.65 0 0.07 0.42 173.81 0.48 0.39
Hex 34 95 8B 41 0 7 2A AE 30 27
Octal 64 225 213 101 0 7 52 256 60 47
Binary 110100 10010101 10001011 1000001 0 111 101010 10101110 110000 100111

Color Harmonies of #34958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34958B

Black with #34958B

Text Example


Text Example

White with #34958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,149,139); }

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

background-color css

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

 a { background-color: rgb(52,149,139); }

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

border-color css

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

 span { border-color: rgb(52,149,139); }

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