Html Css Color HEX #3A987F Gossamer

📋 copy color: '#3A987F'

red 58 ◦ green 152 ◦ blue 127

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

Shades of Gossamer #3A987F

Tints of Gossamer #3A987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.69%

R = 17.21%
G = 45.1%
B = 37.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#3A987F (or 0x3A987F) is known color: Gossamer. HEX triplet: 3A, 98 and 7F. RGB value is (58,152,127). Sum of RGB (Red+Green+Blue) = 58+152+127=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #3A987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A987F is #C56780. Grayscale: #797979. Windows color (decimal): -12937089 or 8362042. OLE color: 8362042.

HSL color Cylindrical-coordinate representation of color #3A987F: hue angle of 164.04º 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 #3A987F is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 152 127 -
CMYK 0.62 0 0.16 0.40
HSL 164.04º 0.45% 0.41% -
HSV(B) 164.04º 0.62% 0.6% -
XYZ 16.8 24.89 24 -
YUV 121.04 131.36 83.03 -
System Red Green Blue C M Y K H S L
Decimal 58 152 127 0.62 0 0.16 0.40 164.04 0.45 0.41
Hex 3A 98 7F 3E 0 10 28 A4 2D 29
Octal 72 230 177 76 0 20 50 244 55 51
Binary 111010 10011000 1111111 111110 0 10000 101000 10100100 101101 101001

Color Harmonies of #3A987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A987F

Black with #3A987F

Text Example


Text Example

White with #3A987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,152,127); }

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

background-color css

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

 a { background-color: rgb(58,152,127); }

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

border-color css

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

 span { border-color: rgb(58,152,127); }

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