Html Css Color HEX #3AA998 Gossamer

📋 copy color: '#3AA998'

red 58 ◦ green 169 ◦ blue 152

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

Shades of Gossamer #3AA998

Tints of Gossamer #3AA998

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.59%

 BLUE value IS 152 (59.77% from 255) = 40.11%

R = 15.3%
G = 44.59%
B = 40.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#3AA998 (or 0x3AA998) is known color: Gossamer. HEX triplet: 3A, A9 and 98. RGB value is (58,169,152). Sum of RGB (Red+Green+Blue) = 58+169+152=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 169 - color contains mainly: green. Hex color #3AA998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA998 is #C55667. Grayscale: #858585. Windows color (decimal): -12932712 or 10004794. OLE color: 10004794.

HSL color Cylindrical-coordinate representation of color #3AA998: hue angle of 170.81º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AA998 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 58 169 152 -
CMYK 0.66 0 0.10 0.34
HSL 170.81º 0.49% 0.45% -
HSV(B) 170.81º 0.66% 0.66% -
XYZ 21.6 31.54 34.66 -
YUV 133.87 138.23 73.88 -
System Red Green Blue C M Y K H S L
Decimal 58 169 152 0.66 0 0.10 0.34 170.81 0.49 0.45
Hex 3A A9 98 42 0 A 22 AB 31 2D
Octal 72 251 230 102 0 12 42 253 61 55
Binary 111010 10101001 10011000 1000010 0 1010 100010 10101011 110001 101101

Color Harmonies of #3AA998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA998

Black with #3AA998

Text Example


Text Example

White with #3AA998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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