Html Css Color HEX #319E7B Gossamer

📋 copy color: '#319E7B'

red 49 ◦ green 158 ◦ blue 123

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

Shades of Gossamer #319E7B

Tints of Gossamer #319E7B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.88%

 BLUE value IS 123 (48.44% from 255) = 37.27%

R = 14.85%
G = 47.88%
B = 37.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#319E7B (or 0x319E7B) is known color: Gossamer. HEX triplet: 31, 9E and 7B. RGB value is (49,158,123). Sum of RGB (Red+Green+Blue) = 49+158+123=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 158 (62.11% from 255 or 47.88% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 158 - color contains mainly: green. Hex color #319E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319E7B is #CE6184. Grayscale: #797979. Windows color (decimal): -13525381 or 8101425. OLE color: 8101425.

HSL color Cylindrical-coordinate representation of color #319E7B: hue angle of 160.73º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319E7B is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 158 123 -
CMYK 0.69 0 0.22 0.38
HSL 160.73º 0.53% 0.41% -
HSV(B) 160.73º 0.69% 0.62% -
XYZ 17.07 26.54 22.96 -
YUV 121.42 128.89 76.35 -
System Red Green Blue C M Y K H S L
Decimal 49 158 123 0.69 0 0.22 0.38 160.73 0.53 0.41
Hex 31 9E 7B 45 0 16 26 A1 35 29
Octal 61 236 173 105 0 26 46 241 65 51
Binary 110001 10011110 1111011 1000101 0 10110 100110 10100001 110101 101001

Color Harmonies of #319E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319E7B

Black with #319E7B

Text Example


Text Example

White with #319E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,158,123); }

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

background-color css

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

 a { background-color: rgb(49,158,123); }

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

border-color css

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

 span { border-color: rgb(49,158,123); }

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