Html Css Color HEX #279880 Gossamer

📋 copy color: '#279880'

red 39 ◦ green 152 ◦ blue 128

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

Shades of Gossamer #279880

Tints of Gossamer #279880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.65%

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

R = 12.23%
G = 47.65%
B = 40.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#279880 (or 0x279880) is known color: Gossamer. HEX triplet: 27, 98 and 80. RGB value is (39,152,128). Sum of RGB (Red+Green+Blue) = 39+152+128=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #279880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279880 is #D8677F. Grayscale: #737373. Windows color (decimal): -14182272 or 8427559. OLE color: 8427559.

HSL color Cylindrical-coordinate representation of color #279880: hue angle of 167.26º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #279880 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 39 152 128 -
CMYK 0.74 0 0.16 0.40
HSL 167.26º 0.59% 0.37% -
HSV(B) 167.26º 0.74% 0.6% -
XYZ 15.96 24.45 24.3 -
YUV 115.48 135.06 73.45 -
System Red Green Blue C M Y K H S L
Decimal 39 152 128 0.74 0 0.16 0.40 167.26 0.59 0.37
Hex 27 98 80 4A 0 10 28 A7 3B 25
Octal 47 230 200 112 0 20 50 247 73 45
Binary 100111 10011000 10000000 1001010 0 10000 101000 10100111 111011 100101

Color Harmonies of #279880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279880

Black with #279880

Text Example


Text Example

White with #279880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279880; }

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

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

background-color css

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

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

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

border-color css

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

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

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