Html Css Color HEX #319C8E Gossamer

📋 copy color: '#319C8E'

red 49 ◦ green 156 ◦ blue 142

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

Shades of Gossamer #319C8E

Tints of Gossamer #319C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.92%

R = 14.12%
G = 44.96%
B = 40.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#319C8E (or 0x319C8E) is known color: Gossamer. HEX triplet: 31, 9C and 8E. RGB value is (49,156,142). Sum of RGB (Red+Green+Blue) = 49+156+142=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 156 - color contains mainly: green. Hex color #319C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319C8E is #CE6371. Grayscale: #7A7A7A. Windows color (decimal): -13525874 or 9346097. OLE color: 9346097.

HSL color Cylindrical-coordinate representation of color #319C8E: hue angle of 172.15º 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 #319C8E is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 156 142 -
CMYK 0.69 0 0.09 0.39
HSL 172.15º 0.52% 0.4% -
HSV(B) 172.15º 0.69% 0.61% -
XYZ 18.04 26.38 29.73 -
YUV 122.41 139.05 75.64 -
System Red Green Blue C M Y K H S L
Decimal 49 156 142 0.69 0 0.09 0.39 172.15 0.52 0.4
Hex 31 9C 8E 45 0 9 27 AC 34 28
Octal 61 234 216 105 0 11 47 254 64 50
Binary 110001 10011100 10001110 1000101 0 1001 100111 10101100 110100 101000

Color Harmonies of #319C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C8E

Black with #319C8E

Text Example


Text Example

White with #319C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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