Html Css Color HEX #34968B Gossamer

📋 copy color: '#34968B'

red 52 ◦ green 150 ◦ blue 139

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

Shades of Gossamer #34968B

Tints of Gossamer #34968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.99%

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

R = 15.25%
G = 43.99%
B = 40.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#34968B (or 0x34968B) is known color: Gossamer. HEX triplet: 34, 96 and 8B. RGB value is (52,150,139). Sum of RGB (Red+Green+Blue) = 52+150+139=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #34968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34968B is #CB6974. Grayscale: #777777. Windows color (decimal): -13330805 or 9147956. OLE color: 9147956.

HSL color Cylindrical-coordinate representation of color #34968B: hue angle of 173.27º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34968B is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 139 -
CMYK 0.65 0 0.07 0.41
HSL 173.27º 0.49% 0.4% -
HSV(B) 173.27º 0.65% 0.59% -
XYZ 16.98 24.41 28.24 -
YUV 119.44 139.03 79.89 -
System Red Green Blue C M Y K H S L
Decimal 52 150 139 0.65 0 0.07 0.41 173.27 0.49 0.4
Hex 34 96 8B 41 0 7 29 AD 31 28
Octal 64 226 213 101 0 7 51 255 61 50
Binary 110100 10010110 10001011 1000001 0 111 101001 10101101 110001 101000

Color Harmonies of #34968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34968B

Black with #34968B

Text Example


Text Example

White with #34968B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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