Html Css Color HEX #3BAC90 Gossamer

📋 copy color: '#3BAC90'

red 59 ◦ green 172 ◦ blue 144

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

Shades of Gossamer #3BAC90

Tints of Gossamer #3BAC90

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.87%

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 15.73%
G = 45.87%
B = 38.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#3BAC90 (or 0x3BAC90) is known color: Gossamer. HEX triplet: 3B, AC and 90. RGB value is (59,172,144). Sum of RGB (Red+Green+Blue) = 59+172+144=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAC90 is #C4536F. Grayscale: #878787. Windows color (decimal): -12866416 or 9481275. OLE color: 9481275.

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

Color convert

RGB 59 172 144 -
CMYK 0.66 0 0.16 0.33
HSL 165.13º 0.49% 0.45% -
HSV(B) 165.13º 0.66% 0.67% -
XYZ 21.59 32.45 31.51 -
YUV 135.02 133.06 73.78 -
System Red Green Blue C M Y K H S L
Decimal 59 172 144 0.66 0 0.16 0.33 165.13 0.49 0.45
Hex 3B AC 90 42 0 10 21 A5 31 2D
Octal 73 254 220 102 0 20 41 245 61 55
Binary 111011 10101100 10010000 1000010 0 10000 100001 10100101 110001 101101

Color Harmonies of #3BAC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAC90

Black with #3BAC90

Text Example


Text Example

White with #3BAC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,172,144); }

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

background-color css

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

 a { background-color: rgb(59,172,144); }

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

border-color css

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

 span { border-color: rgb(59,172,144); }

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