Html Css Color HEX #3BAE91 Gossamer

📋 copy color: '#3BAE91'

red 59 ◦ green 174 ◦ blue 145

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

Shades of Gossamer #3BAE91

Tints of Gossamer #3BAE91

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.03%

 BLUE value IS 145 (57.03% from 255) = 38.36%

R = 15.61%
G = 46.03%
B = 38.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#3BAE91 (or 0x3BAE91) is known color: Gossamer. HEX triplet: 3B, AE and 91. RGB value is (59,174,145). Sum of RGB (Red+Green+Blue) = 59+174+145=378 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.61% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAE91 is #C4516E. Grayscale: #888888. Windows color (decimal): -12865903 or 9547323. OLE color: 9547323.

HSL color Cylindrical-coordinate representation of color #3BAE91: hue angle of 164.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAE91 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 174 145 -
CMYK 0.66 0 0.17 0.32
HSL 164.87º 0.49% 0.46% -
HSV(B) 164.87º 0.66% 0.68% -
XYZ 22.05 33.25 32.04 -
YUV 136.31 132.9 72.86 -
System Red Green Blue C M Y K H S L
Decimal 59 174 145 0.66 0 0.17 0.32 164.87 0.49 0.46
Hex 3B AE 91 42 0 11 20 A5 31 2E
Octal 73 256 221 102 0 21 40 245 61 56
Binary 111011 10101110 10010001 1000010 0 10001 100000 10100101 110001 101110

Color Harmonies of #3BAE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAE91

Black with #3BAE91

Text Example


Text Example

White with #3BAE91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,174,145); }

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

background-color css

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

 a { background-color: rgb(59,174,145); }

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

border-color css

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

 span { border-color: rgb(59,174,145); }

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