Html Css Color HEX #3A978B Gossamer

📋 copy color: '#3A978B'

red 58 ◦ green 151 ◦ blue 139

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

Shades of Gossamer #3A978B

Tints of Gossamer #3A978B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.39%

 BLUE value IS 139 (54.69% from 255) = 39.94%

R = 16.67%
G = 43.39%
B = 39.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#3A978B (or 0x3A978B) is known color: Gossamer. HEX triplet: 3A, 97 and 8B. RGB value is (58,151,139). Sum of RGB (Red+Green+Blue) = 58+151+139=348 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.67% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #3A978B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A978B is #C56874. Grayscale: #797979. Windows color (decimal): -12937333 or 9148218. OLE color: 9148218.

HSL color Cylindrical-coordinate representation of color #3A978B: hue angle of 172.26º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A978B is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 151 139 -
CMYK 0.62 0 0.08 0.41
HSL 172.26º 0.44% 0.41% -
HSV(B) 172.26º 0.62% 0.59% -
XYZ 17.47 24.9 28.31 -
YUV 121.83 137.69 82.48 -
System Red Green Blue C M Y K H S L
Decimal 58 151 139 0.62 0 0.08 0.41 172.26 0.44 0.41
Hex 3A 97 8B 3E 0 8 29 AC 2C 29
Octal 72 227 213 76 0 10 51 254 54 51
Binary 111010 10010111 10001011 111110 0 1000 101001 10101100 101100 101001

Color Harmonies of #3A978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A978B

Black with #3A978B

Text Example


Text Example

White with #3A978B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,151,139); }

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

background-color css

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

 a { background-color: rgb(58,151,139); }

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

border-color css

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

 span { border-color: rgb(58,151,139); }

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