Html Css Color HEX #2A987E Gossamer

📋 copy color: '#2A987E'

red 42 ◦ green 152 ◦ blue 126

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

Shades of Gossamer #2A987E

Tints of Gossamer #2A987E

RGB

 RED value IS 42 (16.8% from 255) = 13.13%

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

 BLUE value IS 126 (49.61% from 255) = 39.38%

R = 13.13%
G = 47.5%
B = 39.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#2A987E (or 0x2A987E) is known color: Gossamer. HEX triplet: 2A, 98 and 7E. RGB value is (42,152,126). Sum of RGB (Red+Green+Blue) = 42+152+126=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #2A987E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A987E is #D56781. Grayscale: #747474. Windows color (decimal): -13985666 or 8296490. OLE color: 8296490.

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

Color convert

RGB 42 152 126 -
CMYK 0.72 0 0.17 0.40
HSL 165.82º 0.57% 0.38% -
HSV(B) 165.82º 0.72% 0.6% -
XYZ 15.95 24.46 23.62 -
YUV 116.15 133.56 75.11 -
System Red Green Blue C M Y K H S L
Decimal 42 152 126 0.72 0 0.17 0.40 165.82 0.57 0.38
Hex 2A 98 7E 48 0 11 28 A6 39 26
Octal 52 230 176 110 0 21 50 246 71 46
Binary 101010 10011000 1111110 1001000 0 10001 101000 10100110 111001 100110

Color Harmonies of #2A987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A987E

Black with #2A987E

Text Example


Text Example

White with #2A987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,152,126); }

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

background-color css

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

 a { background-color: rgb(42,152,126); }

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

border-color css

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

 span { border-color: rgb(42,152,126); }

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