Html Css Color HEX #3BAE89 Gossamer

📋 copy color: '#3BAE89'

red 59 ◦ green 174 ◦ blue 137

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

Shades of Gossamer #3BAE89

Tints of Gossamer #3BAE89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.03%

R = 15.95%
G = 47.03%
B = 37.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#3BAE89 (or 0x3BAE89) is known color: Gossamer. HEX triplet: 3B, AE and 89. RGB value is (59,174,137). Sum of RGB (Red+Green+Blue) = 59+174+137=370 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.95% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAE89 is #C45176. Grayscale: #878787. Windows color (decimal): -12865911 or 9023035. OLE color: 9023035.

HSL color Cylindrical-coordinate representation of color #3BAE89: hue angle of 160.7º 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 #3BAE89 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 59 174 137 -
CMYK 0.66 0 0.21 0.32
HSL 160.7º 0.49% 0.46% -
HSV(B) 160.7º 0.66% 0.68% -
XYZ 21.46 33.01 28.91 -
YUV 135.4 128.9 73.51 -
System Red Green Blue C M Y K H S L
Decimal 59 174 137 0.66 0 0.21 0.32 160.7 0.49 0.46
Hex 3B AE 89 42 0 15 20 A1 31 2E
Octal 73 256 211 102 0 25 40 241 61 56
Binary 111011 10101110 10001001 1000010 0 10101 100000 10100001 110001 101110

Color Harmonies of #3BAE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAE89

Black with #3BAE89

Text Example


Text Example

White with #3BAE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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