Html Css Color HEX #3A9985 Gossamer

📋 copy color: '#3A9985'

red 58 ◦ green 153 ◦ blue 133

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

Shades of Gossamer #3A9985

Tints of Gossamer #3A9985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.48%

 BLUE value IS 133 (52.34% from 255) = 38.66%

R = 16.86%
G = 44.48%
B = 38.66%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#3A9985 (or 0x3A9985) is known color: Gossamer. HEX triplet: 3A, 99 and 85. RGB value is (58,153,133). Sum of RGB (Red+Green+Blue) = 58+153+133=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #3A9985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9985 is #C5667A. Grayscale: #7A7A7A. Windows color (decimal): -12936827 or 8755514. OLE color: 8755514.

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

Color convert

RGB 58 153 133 -
CMYK 0.62 0 0.13 0.4
HSL 167.37º 0.45% 0.41% -
HSV(B) 167.37º 0.62% 0.6% -
XYZ 17.37 25.38 26.17 -
YUV 122.32 134.03 82.13 -
System Red Green Blue C M Y K H S L
Decimal 58 153 133 0.62 0 0.13 0.4 167.37 0.45 0.41
Hex 3A 99 85 3E 0 D 28 A7 2D 29
Octal 72 231 205 76 0 15 50 247 55 51
Binary 111010 10011001 10000101 111110 0 1101 101000 10100111 101101 101001

Color Harmonies of #3A9985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9985

Black with #3A9985

Text Example


Text Example

White with #3A9985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,153,133); }

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

background-color css

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

 a { background-color: rgb(58,153,133); }

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

border-color css

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

 span { border-color: rgb(58,153,133); }

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