Html Css Color HEX #3BAB96 Gossamer

📋 copy color: '#3BAB96'

red 59 ◦ green 171 ◦ blue 150

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

Shades of Gossamer #3BAB96

Tints of Gossamer #3BAB96

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45%

 BLUE value IS 150 (58.98% from 255) = 39.47%

R = 15.53%
G = 45%
B = 39.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#3BAB96 (or 0x3BAB96) is known color: Gossamer. HEX triplet: 3B, AB and 96. RGB value is (59,171,150). Sum of RGB (Red+Green+Blue) = 59+171+150=380 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.53% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #3BAB96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAB96 is #C45469. Grayscale: #878787. Windows color (decimal): -12866666 or 9874235. OLE color: 9874235.

HSL color Cylindrical-coordinate representation of color #3BAB96: hue angle of 168.75º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAB96 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 171 150 -
CMYK 0.65 0 0.12 0.33
HSL 168.75º 0.49% 0.45% -
HSV(B) 168.75º 0.65% 0.67% -
XYZ 21.87 32.26 33.93 -
YUV 135.12 136.39 73.71 -
System Red Green Blue C M Y K H S L
Decimal 59 171 150 0.65 0 0.12 0.33 168.75 0.49 0.45
Hex 3B AB 96 41 0 C 21 A9 31 2D
Octal 73 253 226 101 0 14 41 251 61 55
Binary 111011 10101011 10010110 1000001 0 1100 100001 10101001 110001 101101

Color Harmonies of #3BAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAB96

Black with #3BAB96

Text Example


Text Example

White with #3BAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,171,150); }

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

background-color css

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

 a { background-color: rgb(59,171,150); }

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

border-color css

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

 span { border-color: rgb(59,171,150); }

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