Html Css Color HEX #3DA59A Gossamer

📋 copy color: '#3DA59A'

red 61 ◦ green 165 ◦ blue 154

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

Shades of Gossamer #3DA59A

Tints of Gossamer #3DA59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.53%

R = 16.05%
G = 43.42%
B = 40.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#3DA59A (or 0x3DA59A) is known color: Gossamer. HEX triplet: 3D, A5 and 9A. RGB value is (61,165,154). Sum of RGB (Red+Green+Blue) = 61+165+154=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA59A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA59A is #C25A65. Grayscale: #848484. Windows color (decimal): -12737126 or 10134845. OLE color: 10134845.

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

Color convert

RGB 61 165 154 -
CMYK 0.63 0 0.07 0.35
HSL 173.65º 0.46% 0.44% -
HSV(B) 173.65º 0.63% 0.65% -
XYZ 21.21 30.24 35.29 -
YUV 132.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 61 165 154 0.63 0 0.07 0.35 173.65 0.46 0.44
Hex 3D A5 9A 3F 0 7 23 AE 2E 2C
Octal 75 245 232 77 0 7 43 256 56 54
Binary 111101 10100101 10011010 111111 0 111 100011 10101110 101110 101100

Color Harmonies of #3DA59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA59A

Black with #3DA59A

Text Example


Text Example

White with #3DA59A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,165,154); }

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

background-color css

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

 a { background-color: rgb(61,165,154); }

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

border-color css

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

 span { border-color: rgb(61,165,154); }

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