Html Css Color HEX #279180 Gossamer

📋 copy color: '#279180'

red 39 ◦ green 145 ◦ blue 128

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

Shades of Gossamer #279180

Tints of Gossamer #279180

RGB

 RED value IS 39 (15.63% from 255) = 12.5%

 GREEN value IS 145 (57.03% from 255) = 46.47%

 BLUE value IS 128 (50.39% from 255) = 41.03%

R = 12.5%
G = 46.47%
B = 41.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#279180 (or 0x279180) is known color: Gossamer. HEX triplet: 27, 91 and 80. RGB value is (39,145,128). Sum of RGB (Red+Green+Blue) = 39+145+128=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #279180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279180 is #D86E7F. Grayscale: #6F6F6F. Windows color (decimal): -14184064 or 8425767. OLE color: 8425767.

HSL color Cylindrical-coordinate representation of color #279180: hue angle of 170.38º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #279180 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 145 128 -
CMYK 0.73 0 0.12 0.43
HSL 170.38º 0.58% 0.36% -
HSV(B) 170.38º 0.73% 0.57% -
XYZ 14.86 22.24 23.93 -
YUV 111.37 137.38 76.38 -
System Red Green Blue C M Y K H S L
Decimal 39 145 128 0.73 0 0.12 0.43 170.38 0.58 0.36
Hex 27 91 80 49 0 C 2B AA 3A 24
Octal 47 221 200 111 0 14 53 252 72 44
Binary 100111 10010001 10000000 1001001 0 1100 101011 10101010 111010 100100

Color Harmonies of #279180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279180

Black with #279180

Text Example


Text Example

White with #279180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279180; }

 p { color: rgb(39,145,128); }

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

background-color css

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

 a { background-color: rgb(39,145,128); }

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

border-color css

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

 span { border-color: rgb(39,145,128); }

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