Html Css Color HEX #319B8C Gossamer

📋 copy color: '#319B8C'

red 49 ◦ green 155 ◦ blue 140

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

Shades of Gossamer #319B8C

Tints of Gossamer #319B8C

RGB

 RED value IS 49 (19.53% from 255) = 14.24%

 GREEN value IS 155 (60.94% from 255) = 45.06%

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

R = 14.24%
G = 45.06%
B = 40.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#319B8C (or 0x319B8C) is known color: Gossamer. HEX triplet: 31, 9B and 8C. RGB value is (49,155,140). Sum of RGB (Red+Green+Blue) = 49+155+140=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #319B8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319B8C is #CE6473. Grayscale: #797979. Windows color (decimal): -13526132 or 9214769. OLE color: 9214769.

HSL color Cylindrical-coordinate representation of color #319B8C: hue angle of 171.51º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B8C is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 155 140 -
CMYK 0.68 0 0.10 0.39
HSL 171.51º 0.52% 0.4% -
HSV(B) 171.51º 0.68% 0.61% -
XYZ 17.72 25.99 28.89 -
YUV 121.6 138.38 76.22 -
System Red Green Blue C M Y K H S L
Decimal 49 155 140 0.68 0 0.10 0.39 171.51 0.52 0.4
Hex 31 9B 8C 44 0 A 27 AC 34 28
Octal 61 233 214 104 0 12 47 254 64 50
Binary 110001 10011011 10001100 1000100 0 1010 100111 10101100 110100 101000

Color Harmonies of #319B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B8C

Black with #319B8C

Text Example


Text Example

White with #319B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319B8C; }

 p { color: rgb(49,155,140); }

 H1.HeaderClassName
 {
   color: #319B8C;
 }
 .AnyTagClassName
 {
   color: #319B8C;
 }
</style>

background-color css

<style>
 a { background-color: #319B8C; }

 a { background-color: rgb(49,155,140); }

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

border-color css

<style>
 span { border-color: #319B8C; }

 span { border-color: rgb(49,155,140); }

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