Html Css Color HEX #3A9A7D Gossamer

📋 copy color: '#3A9A7D'

red 58 ◦ green 154 ◦ blue 125

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

Shades of Gossamer #3A9A7D

Tints of Gossamer #3A9A7D

RGB

 RED value IS 58 (23.05% from 255) = 17.21%

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

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

R = 17.21%
G = 45.7%
B = 37.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#3A9A7D (or 0x3A9A7D) is known color: Gossamer. HEX triplet: 3A, 9A and 7D. RGB value is (58,154,125). Sum of RGB (Red+Green+Blue) = 58+154+125=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #3A9A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9A7D is #C56582. Grayscale: #7A7A7A. Windows color (decimal): -12936579 or 8231482. OLE color: 8231482.

HSL color Cylindrical-coordinate representation of color #3A9A7D: hue angle of 161.88º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9A7D is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 154 125 -
CMYK 0.62 0 0.19 0.40
HSL 161.88º 0.45% 0.42% -
HSV(B) 161.88º 0.62% 0.6% -
XYZ 17 25.49 23.43 -
YUV 121.99 129.7 82.36 -
System Red Green Blue C M Y K H S L
Decimal 58 154 125 0.62 0 0.19 0.40 161.88 0.45 0.42
Hex 3A 9A 7D 3E 0 13 28 A2 2D 2A
Octal 72 232 175 76 0 23 50 242 55 52
Binary 111010 10011010 1111101 111110 0 10011 101000 10100010 101101 101010

Color Harmonies of #3A9A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9A7D

Black with #3A9A7D

Text Example


Text Example

White with #3A9A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A9A7D; }

 p { color: rgb(58,154,125); }

 H1.HeaderClassName
 {
   color: #3A9A7D;
 }
 .AnyTagClassName
 {
   color: #3A9A7D;
 }
</style>

background-color css

<style>
 a { background-color: #3A9A7D; }

 a { background-color: rgb(58,154,125); }

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

border-color css

<style>
 span { border-color: #3A9A7D; }

 span { border-color: rgb(58,154,125); }

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