Html Css Color HEX #3AA898 Gossamer

📋 copy color: '#3AA898'

red 58 ◦ green 168 ◦ blue 152

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

Shades of Gossamer #3AA898

Tints of Gossamer #3AA898

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.44%

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

R = 15.34%
G = 44.44%
B = 40.21%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#3AA898 (or 0x3AA898) is known color: Gossamer. HEX triplet: 3A, A8 and 98. RGB value is (58,168,152). Sum of RGB (Red+Green+Blue) = 58+168+152=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 168 - color contains mainly: green. Hex color #3AA898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA898 is #C55767. Grayscale: #858585. Windows color (decimal): -12932968 or 10004538. OLE color: 10004538.

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

Color convert

RGB 58 168 152 -
CMYK 0.65 0 0.10 0.34
HSL 171.27º 0.49% 0.44% -
HSV(B) 171.27º 0.65% 0.66% -
XYZ 21.42 31.17 34.59 -
YUV 133.29 138.56 74.3 -
System Red Green Blue C M Y K H S L
Decimal 58 168 152 0.65 0 0.10 0.34 171.27 0.49 0.44
Hex 3A A8 98 41 0 A 22 AB 31 2C
Octal 72 250 230 101 0 12 42 253 61 54
Binary 111010 10101000 10011000 1000001 0 1010 100010 10101011 110001 101100

Color Harmonies of #3AA898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA898

Black with #3AA898

Text Example


Text Example

White with #3AA898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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