Html Css Color HEX #28987B Gossamer

📋 copy color: '#28987B'

red 40 ◦ green 152 ◦ blue 123

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

Shades of Gossamer #28987B

Tints of Gossamer #28987B

RGB

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

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

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

R = 12.7%
G = 48.25%
B = 39.05%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#28987B (or 0x28987B) is known color: Gossamer. HEX triplet: 28, 98 and 7B. RGB value is (40,152,123). Sum of RGB (Red+Green+Blue) = 40+152+123=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #28987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28987B is #D76784. Grayscale: #737373. Windows color (decimal): -14116741 or 8099880. OLE color: 8099880.

HSL color Cylindrical-coordinate representation of color #28987B: hue angle of 164.46º 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 #28987B is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 152 123 -
CMYK 0.74 0 0.19 0.40
HSL 164.46º 0.58% 0.38% -
HSV(B) 164.46º 0.74% 0.6% -
XYZ 15.68 24.34 22.61 -
YUV 115.21 132.39 74.36 -
System Red Green Blue C M Y K H S L
Decimal 40 152 123 0.74 0 0.19 0.40 164.46 0.58 0.38
Hex 28 98 7B 4A 0 13 28 A4 3A 26
Octal 50 230 173 112 0 23 50 244 72 46
Binary 101000 10011000 1111011 1001010 0 10011 101000 10100100 111010 100110

Color Harmonies of #28987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28987B

Black with #28987B

Text Example


Text Example

White with #28987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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