Html Css Color HEX #3BAF87 Gossamer

📋 copy color: '#3BAF87'

red 59 ◦ green 175 ◦ blue 135

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

Shades of Gossamer #3BAF87

Tints of Gossamer #3BAF87

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.43%

 BLUE value IS 135 (53.13% from 255) = 36.59%

R = 15.99%
G = 47.43%
B = 36.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#3BAF87 (or 0x3BAF87) is known color: Gossamer. HEX triplet: 3B, AF and 87. RGB value is (59,175,135). Sum of RGB (Red+Green+Blue) = 59+175+135=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAF87 is #C45078. Grayscale: #878787. Windows color (decimal): -12865657 or 8892219. OLE color: 8892219.

HSL color Cylindrical-coordinate representation of color #3BAF87: hue angle of 159.31º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAF87 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 59 175 135 -
CMYK 0.66 0 0.23 0.31
HSL 159.31º 0.5% 0.46% -
HSV(B) 159.31º 0.66% 0.69% -
XYZ 21.51 33.34 28.22 -
YUV 135.76 127.57 73.25 -
System Red Green Blue C M Y K H S L
Decimal 59 175 135 0.66 0 0.23 0.31 159.31 0.5 0.46
Hex 3B AF 87 42 0 17 1F 9F 32 2E
Octal 73 257 207 102 0 27 37 237 62 56
Binary 111011 10101111 10000111 1000010 0 10111 11111 10011111 110010 101110

Color Harmonies of #3BAF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAF87

Black with #3BAF87

Text Example


Text Example

White with #3BAF87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,175,135); }

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

background-color css

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

 a { background-color: rgb(59,175,135); }

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

border-color css

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

 span { border-color: rgb(59,175,135); }

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