Html Css Color HEX #34968C Gossamer

📋 copy color: '#34968C'

red 52 ◦ green 150 ◦ blue 140

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

Shades of Gossamer #34968C

Tints of Gossamer #34968C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.94%

R = 15.2%
G = 43.86%
B = 40.94%

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

#34968C (or 0x34968C) is known color: Gossamer. HEX triplet: 34, 96 and 8C. RGB value is (52,150,140). Sum of RGB (Red+Green+Blue) = 52+150+140=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #34968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34968C is #CB6973. Grayscale: #777777. Windows color (decimal): -13330804 or 9213492. OLE color: 9213492.

HSL color Cylindrical-coordinate representation of color #34968C: hue angle of 173.88º 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 #34968C is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 140 -
CMYK 0.65 0 0.07 0.41
HSL 173.88º 0.49% 0.4% -
HSV(B) 173.88º 0.65% 0.59% -
XYZ 17.06 24.44 28.63 -
YUV 119.56 139.53 79.81 -
System Red Green Blue C M Y K H S L
Decimal 52 150 140 0.65 0 0.07 0.41 173.88 0.49 0.4
Hex 34 96 8C 41 0 7 29 AE 31 28
Octal 64 226 214 101 0 7 51 256 61 50
Binary 110100 10010110 10001100 1000001 0 111 101001 10101110 110001 101000

Color Harmonies of #34968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34968C

Black with #34968C

Text Example


Text Example

White with #34968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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