Html Css Color HEX #319C8C Gossamer

📋 copy color: '#319C8C'

red 49 ◦ green 156 ◦ blue 140

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

Shades of Gossamer #319C8C

Tints of Gossamer #319C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.22%

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

R = 14.2%
G = 45.22%
B = 40.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#319C8C (or 0x319C8C) is known color: Gossamer. HEX triplet: 31, 9C and 8C. RGB value is (49,156,140). Sum of RGB (Red+Green+Blue) = 49+156+140=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #319C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319C8C is #CE6373. Grayscale: #7A7A7A. Windows color (decimal): -13525876 or 9215025. OLE color: 9215025.

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

Color convert

RGB 49 156 140 -
CMYK 0.69 0 0.10 0.39
HSL 171.03º 0.52% 0.4% -
HSV(B) 171.03º 0.69% 0.61% -
XYZ 17.89 26.32 28.95 -
YUV 122.18 138.05 75.8 -
System Red Green Blue C M Y K H S L
Decimal 49 156 140 0.69 0 0.10 0.39 171.03 0.52 0.4
Hex 31 9C 8C 45 0 A 27 AB 34 28
Octal 61 234 214 105 0 12 47 253 64 50
Binary 110001 10011100 10001100 1000101 0 1010 100111 10101011 110100 101000

Color Harmonies of #319C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C8C

Black with #319C8C

Text Example


Text Example

White with #319C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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