Html Css Color HEX #3BA888 Gossamer

📋 copy color: '#3BA888'

red 59 ◦ green 168 ◦ blue 136

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

Shades of Gossamer #3BA888

Tints of Gossamer #3BA888

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.28%

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

R = 16.25%
G = 46.28%
B = 37.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.34

RGB Variations

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

Color information

#3BA888 (or 0x3BA888) is known color: Gossamer. HEX triplet: 3B, A8 and 88. RGB value is (59,168,136). Sum of RGB (Red+Green+Blue) = 59+168+136=363 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.25% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #3BA888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA888 is #C45777. Grayscale: #838383. Windows color (decimal): -12867448 or 8955963. OLE color: 8955963.

HSL color Cylindrical-coordinate representation of color #3BA888: hue angle of 162.39º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA888 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB 59 168 136 -
CMYK 0.65 0 0.19 0.34
HSL 162.39º 0.48% 0.45% -
HSV(B) 162.39º 0.65% 0.66% -
XYZ 20.25 30.71 28.15 -
YUV 131.76 130.39 76.1 -
System Red Green Blue C M Y K H S L
Decimal 59 168 136 0.65 0 0.19 0.34 162.39 0.48 0.45
Hex 3B A8 88 41 0 13 22 A2 30 2D
Octal 73 250 210 101 0 23 42 242 60 55
Binary 111011 10101000 10001000 1000001 0 10011 100010 10100010 110000 101101

Color Harmonies of #3BA888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA888

Black with #3BA888

Text Example


Text Example

White with #3BA888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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