Html Css Color HEX #3A9B88 Gossamer

📋 copy color: '#3A9B88'

red 58 ◦ green 155 ◦ blue 136

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

Shades of Gossamer #3A9B88

Tints of Gossamer #3A9B88

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.41%

 BLUE value IS 136 (53.52% from 255) = 38.97%

R = 16.62%
G = 44.41%
B = 38.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#3A9B88 (or 0x3A9B88) is known color: Gossamer. HEX triplet: 3A, 9B and 88. RGB value is (58,155,136). Sum of RGB (Red+Green+Blue) = 58+155+136=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9B88 is #C56477. Grayscale: #7B7B7B. Windows color (decimal): -12936312 or 8952634. OLE color: 8952634.

HSL color Cylindrical-coordinate representation of color #3A9B88: hue angle of 168.25º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9B88 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 155 136 -
CMYK 0.63 0 0.12 0.39
HSL 168.25º 0.46% 0.42% -
HSV(B) 168.25º 0.63% 0.61% -
XYZ 17.91 26.12 27.39 -
YUV 123.83 134.86 81.04 -
System Red Green Blue C M Y K H S L
Decimal 58 155 136 0.63 0 0.12 0.39 168.25 0.46 0.42
Hex 3A 9B 88 3F 0 C 27 A8 2E 2A
Octal 72 233 210 77 0 14 47 250 56 52
Binary 111010 10011011 10001000 111111 0 1100 100111 10101000 101110 101010

Color Harmonies of #3A9B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9B88

Black with #3A9B88

Text Example


Text Example

White with #3A9B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,155,136); }

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

background-color css

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

 a { background-color: rgb(58,155,136); }

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

border-color css

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

 span { border-color: rgb(58,155,136); }

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