Html Css Color HEX #3A997F Gossamer

📋 copy color: '#3A997F'

red 58 ◦ green 153 ◦ blue 127

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

Shades of Gossamer #3A997F

Tints of Gossamer #3A997F

RGB

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

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

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

R = 17.16%
G = 45.27%
B = 37.57%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#3A997F (or 0x3A997F) is known color: Gossamer. HEX triplet: 3A, 99 and 7F. RGB value is (58,153,127). Sum of RGB (Red+Green+Blue) = 58+153+127=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #3A997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A997F is #C56680. Grayscale: #797979. Windows color (decimal): -12936833 or 8362298. OLE color: 8362298.

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

Color convert

RGB 58 153 127 -
CMYK 0.62 0 0.17 0.4
HSL 163.58º 0.45% 0.41% -
HSV(B) 163.58º 0.62% 0.6% -
XYZ 16.97 25.21 24.05 -
YUV 121.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 58 153 127 0.62 0 0.17 0.4 163.58 0.45 0.41
Hex 3A 99 7F 3E 0 11 28 A4 2D 29
Octal 72 231 177 76 0 21 50 244 55 51
Binary 111010 10011001 1111111 111110 0 10001 101000 10100100 101101 101001

Color Harmonies of #3A997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A997F

Black with #3A997F

Text Example


Text Example

White with #3A997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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