Html Css Color HEX #2B987C Gossamer

📋 copy color: '#2B987C'

red 43 ◦ green 152 ◦ blue 124

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

Shades of Gossamer #2B987C

Tints of Gossamer #2B987C

RGB

 RED value IS 43 (17.19% from 255) = 13.48%

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

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

R = 13.48%
G = 47.65%
B = 38.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#2B987C (or 0x2B987C) is known color: Gossamer. HEX triplet: 2B, 98 and 7C. RGB value is (43,152,124). Sum of RGB (Red+Green+Blue) = 43+152+124=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #2B987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B987C is #D46783. Grayscale: #747474. Windows color (decimal): -13920132 or 8165419. OLE color: 8165419.

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

Color convert

RGB 43 152 124 -
CMYK 0.72 0 0.18 0.40
HSL 164.59º 0.56% 0.38% -
HSV(B) 164.59º 0.72% 0.6% -
XYZ 15.86 24.43 22.95 -
YUV 116.22 132.39 75.78 -
System Red Green Blue C M Y K H S L
Decimal 43 152 124 0.72 0 0.18 0.40 164.59 0.56 0.38
Hex 2B 98 7C 48 0 12 28 A5 38 26
Octal 53 230 174 110 0 22 50 245 70 46
Binary 101011 10011000 1111100 1001000 0 10010 101000 10100101 111000 100110

Color Harmonies of #2B987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B987C

Black with #2B987C

Text Example


Text Example

White with #2B987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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