Html Css Color HEX #319C8B Gossamer

📋 copy color: '#319C8B'

red 49 ◦ green 156 ◦ blue 139

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

Shades of Gossamer #319C8B

Tints of Gossamer #319C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 14.24%
G = 45.35%
B = 40.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#319C8B (or 0x319C8B) is known color: Gossamer. HEX triplet: 31, 9C and 8B. RGB value is (49,156,139). Sum of RGB (Red+Green+Blue) = 49+156+139=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 156 - color contains mainly: green. Hex color #319C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319C8B is #CE6374. Grayscale: #7A7A7A. Windows color (decimal): -13525877 or 9149489. OLE color: 9149489.

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

Color convert

RGB 49 156 139 -
CMYK 0.69 0 0.11 0.39
HSL 170.47º 0.52% 0.4% -
HSV(B) 170.47º 0.69% 0.61% -
XYZ 17.82 26.29 28.56 -
YUV 122.07 137.55 75.88 -
System Red Green Blue C M Y K H S L
Decimal 49 156 139 0.69 0 0.11 0.39 170.47 0.52 0.4
Hex 31 9C 8B 45 0 B 27 AA 34 28
Octal 61 234 213 105 0 13 47 252 64 50
Binary 110001 10011100 10001011 1000101 0 1011 100111 10101010 110100 101000

Color Harmonies of #319C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C8B

Black with #319C8B

Text Example


Text Example

White with #319C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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