Html Css Color HEX #3BA488 Gossamer

📋 copy color: '#3BA488'

red 59 ◦ green 164 ◦ blue 136

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

Shades of Gossamer #3BA488

Tints of Gossamer #3BA488

RGB

 RED value IS 59 (23.44% from 255) = 16.43%

 GREEN value IS 164 (64.45% from 255) = 45.68%

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

R = 16.43%
G = 45.68%
B = 37.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#3BA488 (or 0x3BA488) is known color: Gossamer. HEX triplet: 3B, A4 and 88. RGB value is (59,164,136). Sum of RGB (Red+Green+Blue) = 59+164+136=359 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.43% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA488 is #C45B77. Grayscale: #818181. Windows color (decimal): -12868472 or 8954939. OLE color: 8954939.

HSL color Cylindrical-coordinate representation of color #3BA488: hue angle of 164º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA488 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 59 164 136 -
CMYK 0.64 0 0.17 0.36
HSL 164º 0.47% 0.44% -
HSV(B) 164º 0.64% 0.64% -
XYZ 19.52 29.26 27.91 -
YUV 129.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 59 164 136 0.64 0 0.17 0.36 164 0.47 0.44
Hex 3B A4 88 40 0 11 24 A4 2F 2C
Octal 73 244 210 100 0 21 44 244 57 54
Binary 111011 10100100 10001000 1000000 0 10001 100100 10100100 101111 101100

Color Harmonies of #3BA488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA488

Black with #3BA488

Text Example


Text Example

White with #3BA488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,164,136); }

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

background-color css

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

 a { background-color: rgb(59,164,136); }

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

border-color css

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

 span { border-color: rgb(59,164,136); }

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