Html Css Color HEX #2A9A80 Gossamer

📋 copy color: '#2A9A80'

red 42 ◦ green 154 ◦ blue 128

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

Shades of Gossamer #2A9A80

Tints of Gossamer #2A9A80

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.53%

 BLUE value IS 128 (50.39% from 255) = 39.51%

R = 12.96%
G = 47.53%
B = 39.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#2A9A80 (or 0x2A9A80) is known color: Gossamer. HEX triplet: 2A, 9A and 80. RGB value is (42,154,128). Sum of RGB (Red+Green+Blue) = 42+154+128=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9A80 is #D5657F. Grayscale: #757575. Windows color (decimal): -13985152 or 8428074. OLE color: 8428074.

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

Color convert

RGB 42 154 128 -
CMYK 0.73 0 0.17 0.40
HSL 166.07º 0.57% 0.38% -
HSV(B) 166.07º 0.73% 0.6% -
XYZ 16.41 25.16 24.41 -
YUV 117.55 133.89 74.11 -
System Red Green Blue C M Y K H S L
Decimal 42 154 128 0.73 0 0.17 0.40 166.07 0.57 0.38
Hex 2A 9A 80 49 0 11 28 A6 39 26
Octal 52 232 200 111 0 21 50 246 71 46
Binary 101010 10011010 10000000 1001001 0 10001 101000 10100110 111001 100110

Color Harmonies of #2A9A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A9A80

Black with #2A9A80

Text Example


Text Example

White with #2A9A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,154,128); }

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

background-color css

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

 a { background-color: rgb(42,154,128); }

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

border-color css

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

 span { border-color: rgb(42,154,128); }

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