Html Css Color HEX #3BA585 Gossamer

📋 copy color: '#3BA585'

red 59 ◦ green 165 ◦ blue 133

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

Shades of Gossamer #3BA585

Tints of Gossamer #3BA585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.22%

 BLUE value IS 133 (52.34% from 255) = 37.25%

R = 16.53%
G = 46.22%
B = 37.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#3BA585 (or 0x3BA585) is known color: Gossamer. HEX triplet: 3B, A5 and 85. RGB value is (59,165,133). Sum of RGB (Red+Green+Blue) = 59+165+133=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #3BA585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA585 is #C45A7A. Grayscale: #818181. Windows color (decimal): -12868219 or 8758587. OLE color: 8758587.

HSL color Cylindrical-coordinate representation of color #3BA585: hue angle of 161.89º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA585 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 59 165 133 -
CMYK 0.64 0 0.19 0.35
HSL 161.89º 0.47% 0.44% -
HSV(B) 161.89º 0.64% 0.65% -
XYZ 19.49 29.53 26.86 -
YUV 129.66 129.88 77.6 -
System Red Green Blue C M Y K H S L
Decimal 59 165 133 0.64 0 0.19 0.35 161.89 0.47 0.44
Hex 3B A5 85 40 0 13 23 A2 2F 2C
Octal 73 245 205 100 0 23 43 242 57 54
Binary 111011 10100101 10000101 1000000 0 10011 100011 10100010 101111 101100

Color Harmonies of #3BA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA585

Black with #3BA585

Text Example


Text Example

White with #3BA585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,165,133); }

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

background-color css

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

 a { background-color: rgb(59,165,133); }

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

border-color css

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

 span { border-color: rgb(59,165,133); }

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