Html Css Color HEX #3AAB8A Gossamer

📋 copy color: '#3AAB8A'

red 58 ◦ green 171 ◦ blue 138

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

Shades of Gossamer #3AAB8A

Tints of Gossamer #3AAB8A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.59%

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 15.8%
G = 46.59%
B = 37.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#3AAB8A (or 0x3AAB8A) is known color: Gossamer. HEX triplet: 3A, AB and 8A. RGB value is (58,171,138). Sum of RGB (Red+Green+Blue) = 58+171+138=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAB8A is #C55475. Grayscale: #858585. Windows color (decimal): -12932214 or 9087802. OLE color: 9087802.

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

Color convert

RGB 58 171 138 -
CMYK 0.66 0 0.19 0.33
HSL 162.48º 0.49% 0.45% -
HSV(B) 162.48º 0.66% 0.67% -
XYZ 20.9 31.86 29.09 -
YUV 133.45 130.56 74.18 -
System Red Green Blue C M Y K H S L
Decimal 58 171 138 0.66 0 0.19 0.33 162.48 0.49 0.45
Hex 3A AB 8A 42 0 13 21 A2 31 2D
Octal 72 253 212 102 0 23 41 242 61 55
Binary 111010 10101011 10001010 1000010 0 10011 100001 10100010 110001 101101

Color Harmonies of #3AAB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAB8A

Black with #3AAB8A

Text Example


Text Example

White with #3AAB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,171,138); }

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

background-color css

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

 a { background-color: rgb(58,171,138); }

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

border-color css

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

 span { border-color: rgb(58,171,138); }

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