Html Css Color HEX #3A9F94 Gossamer

📋 copy color: '#3A9F94'

red 58 ◦ green 159 ◦ blue 148

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

Shades of Gossamer #3A9F94

Tints of Gossamer #3A9F94

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.56%

 BLUE value IS 148 (58.2% from 255) = 40.55%

R = 15.89%
G = 43.56%
B = 40.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#3A9F94 (or 0x3A9F94) is known color: Gossamer. HEX triplet: 3A, 9F and 94. RGB value is (58,159,148). Sum of RGB (Red+Green+Blue) = 58+159+148=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #3A9F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9F94 is #C5606B. Grayscale: #7F7F7F. Windows color (decimal): -12935276 or 9740090. OLE color: 9740090.

HSL color Cylindrical-coordinate representation of color #3A9F94: hue angle of 173.47º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A9F94 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 159 148 -
CMYK 0.64 0 0.07 0.38
HSL 173.47º 0.47% 0.43% -
HSV(B) 173.47º 0.64% 0.62% -
XYZ 19.49 27.83 32.36 -
YUV 127.55 139.54 78.39 -
System Red Green Blue C M Y K H S L
Decimal 58 159 148 0.64 0 0.07 0.38 173.47 0.47 0.43
Hex 3A 9F 94 40 0 7 26 AD 2F 2B
Octal 72 237 224 100 0 7 46 255 57 53
Binary 111010 10011111 10010100 1000000 0 111 100110 10101101 101111 101011

Color Harmonies of #3A9F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9F94

Black with #3A9F94

Text Example


Text Example

White with #3A9F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,159,148); }

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

background-color css

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

 a { background-color: rgb(58,159,148); }

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

border-color css

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

 span { border-color: rgb(58,159,148); }

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