Html Css Color HEX #3DAB96 Gossamer

📋 copy color: '#3DAB96'

red 61 ◦ green 171 ◦ blue 150

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

Shades of Gossamer #3DAB96

Tints of Gossamer #3DAB96

RGB

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

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

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

R = 15.97%
G = 44.76%
B = 39.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#3DAB96 (or 0x3DAB96) is known color: Gossamer. HEX triplet: 3D, AB and 96. RGB value is (61,171,150). Sum of RGB (Red+Green+Blue) = 61+171+150=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAB96 is #C25469. Grayscale: #878787. Windows color (decimal): -12735594 or 9874237. OLE color: 9874237.

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

Color convert

RGB 61 171 150 -
CMYK 0.64 0 0.12 0.33
HSL 168.55º 0.47% 0.45% -
HSV(B) 168.55º 0.64% 0.67% -
XYZ 21.99 32.32 33.93 -
YUV 135.72 136.06 74.71 -
System Red Green Blue C M Y K H S L
Decimal 61 171 150 0.64 0 0.12 0.33 168.55 0.47 0.45
Hex 3D AB 96 40 0 C 21 A9 2F 2D
Octal 75 253 226 100 0 14 41 251 57 55
Binary 111101 10101011 10010110 1000000 0 1100 100001 10101001 101111 101101

Color Harmonies of #3DAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAB96

Black with #3DAB96

Text Example


Text Example

White with #3DAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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