Html Css Color HEX #28987C Gossamer

📋 copy color: '#28987C'

red 40 ◦ green 152 ◦ blue 124

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

Shades of Gossamer #28987C

Tints of Gossamer #28987C

RGB

 RED value IS 40 (16.02% from 255) = 12.66%

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

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 12.66%
G = 48.1%
B = 39.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#28987C (or 0x28987C) is known color: Gossamer. HEX triplet: 28, 98 and 7C. RGB value is (40,152,124). Sum of RGB (Red+Green+Blue) = 40+152+124=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #28987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28987C is #D76783. Grayscale: #737373. Windows color (decimal): -14116740 or 8165416. OLE color: 8165416.

HSL color Cylindrical-coordinate representation of color #28987C: hue angle of 165º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28987C is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 152 124 -
CMYK 0.74 0 0.18 0.40
HSL 165º 0.58% 0.38% -
HSV(B) 165º 0.74% 0.6% -
XYZ 15.74 24.36 22.94 -
YUV 115.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 40 152 124 0.74 0 0.18 0.40 165 0.58 0.38
Hex 28 98 7C 4A 0 12 28 A5 3A 26
Octal 50 230 174 112 0 22 50 245 72 46
Binary 101000 10011000 1111100 1001010 0 10010 101000 10100101 111010 100110

Color Harmonies of #28987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28987C

Black with #28987C

Text Example


Text Example

White with #28987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28987C; }

 p { color: rgb(40,152,124); }

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

background-color css

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

 a { background-color: rgb(40,152,124); }

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

border-color css

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

 span { border-color: rgb(40,152,124); }

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