Html Css Color HEX #3DAC96 Gossamer

📋 copy color: '#3DAC96'

red 61 ◦ green 172 ◦ blue 150

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

Shades of Gossamer #3DAC96

Tints of Gossamer #3DAC96

RGB

 RED value IS 61 (24.22% from 255) = 15.93%

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

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

R = 15.93%
G = 44.91%
B = 39.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#3DAC96 (or 0x3DAC96) is known color: Gossamer. HEX triplet: 3D, AC and 96. RGB value is (61,172,150). Sum of RGB (Red+Green+Blue) = 61+172+150=383 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.93% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAC96 is #C25369. Grayscale: #888888. Windows color (decimal): -12735338 or 9874493. OLE color: 9874493.

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

Color convert

RGB 61 172 150 -
CMYK 0.65 0 0.13 0.33
HSL 168.11º 0.48% 0.46% -
HSV(B) 168.11º 0.65% 0.67% -
XYZ 22.18 32.7 34 -
YUV 136.3 135.73 74.29 -
System Red Green Blue C M Y K H S L
Decimal 61 172 150 0.65 0 0.13 0.33 168.11 0.48 0.46
Hex 3D AC 96 41 0 D 21 A8 30 2E
Octal 75 254 226 101 0 15 41 250 60 56
Binary 111101 10101100 10010110 1000001 0 1101 100001 10101000 110000 101110

Color Harmonies of #3DAC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAC96

Black with #3DAC96

Text Example


Text Example

White with #3DAC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,172,150); }

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

background-color css

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

 a { background-color: rgb(61,172,150); }

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

border-color css

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

 span { border-color: rgb(61,172,150); }

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