Html Css Color HEX #2B987D Gossamer

📋 copy color: '#2B987D'

red 43 ◦ green 152 ◦ blue 125

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

Shades of Gossamer #2B987D

Tints of Gossamer #2B987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 13.44%
G = 47.5%
B = 39.06%

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

#2B987D (or 0x2B987D) is known color: Gossamer. HEX triplet: 2B, 98 and 7D. RGB value is (43,152,125). Sum of RGB (Red+Green+Blue) = 43+152+125=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #2B987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B987D is #D46782. Grayscale: #747474. Windows color (decimal): -13920131 or 8230955. OLE color: 8230955.

HSL color Cylindrical-coordinate representation of color #2B987D: hue angle of 165.14º 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 #2B987D is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 43 152 125 -
CMYK 0.72 0 0.18 0.40
HSL 165.14º 0.56% 0.38% -
HSV(B) 165.14º 0.72% 0.6% -
XYZ 15.93 24.45 23.28 -
YUV 116.33 132.89 75.7 -
System Red Green Blue C M Y K H S L
Decimal 43 152 125 0.72 0 0.18 0.40 165.14 0.56 0.38
Hex 2B 98 7D 48 0 12 28 A5 38 26
Octal 53 230 175 110 0 22 50 245 70 46
Binary 101011 10011000 1111101 1001000 0 10010 101000 10100101 111000 100110

Color Harmonies of #2B987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B987D

Black with #2B987D

Text Example


Text Example

White with #2B987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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