Html Css Color HEX #3DAB92 Gossamer

📋 copy color: '#3DAB92'

red 61 ◦ green 171 ◦ blue 146

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

Shades of Gossamer #3DAB92

Tints of Gossamer #3DAB92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 16.14%
G = 45.24%
B = 38.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#3DAB92 (or 0x3DAB92) is known color: Gossamer. HEX triplet: 3D, AB and 92. RGB value is (61,171,146). Sum of RGB (Red+Green+Blue) = 61+171+146=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAB92 is #C2546D. Grayscale: #878787. Windows color (decimal): -12735598 or 9612093. OLE color: 9612093.

HSL color Cylindrical-coordinate representation of color #3DAB92: hue angle of 166.36º 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 #3DAB92 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 61 171 146 -
CMYK 0.64 0 0.15 0.33
HSL 166.36º 0.47% 0.45% -
HSV(B) 166.36º 0.64% 0.67% -
XYZ 21.68 32.19 32.27 -
YUV 135.26 134.06 75.03 -
System Red Green Blue C M Y K H S L
Decimal 61 171 146 0.64 0 0.15 0.33 166.36 0.47 0.45
Hex 3D AB 92 40 0 F 21 A6 2F 2D
Octal 75 253 222 100 0 17 41 246 57 55
Binary 111101 10101011 10010010 1000000 0 1111 100001 10100110 101111 101101

Color Harmonies of #3DAB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAB92

Black with #3DAB92

Text Example


Text Example

White with #3DAB92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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