Html Css Color HEX #3DA488 Gossamer

📋 copy color: '#3DA488'

red 61 ◦ green 164 ◦ blue 136

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

Shades of Gossamer #3DA488

Tints of Gossamer #3DA488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.43%

 BLUE value IS 136 (53.52% from 255) = 37.67%

R = 16.9%
G = 45.43%
B = 37.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#3DA488 (or 0x3DA488) is known color: Gossamer. HEX triplet: 3D, A4 and 88. RGB value is (61,164,136). Sum of RGB (Red+Green+Blue) = 61+164+136=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA488 is #C25B77. Grayscale: #828282. Windows color (decimal): -12737400 or 8954941. OLE color: 8954941.

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

Color convert

RGB 61 164 136 -
CMYK 0.63 0 0.17 0.36
HSL 163.69º 0.46% 0.44% -
HSV(B) 163.69º 0.63% 0.64% -
XYZ 19.64 29.32 27.92 -
YUV 130.01 131.38 78.78 -
System Red Green Blue C M Y K H S L
Decimal 61 164 136 0.63 0 0.17 0.36 163.69 0.46 0.44
Hex 3D A4 88 3F 0 11 24 A4 2E 2C
Octal 75 244 210 77 0 21 44 244 56 54
Binary 111101 10100100 10001000 111111 0 10001 100100 10100100 101110 101100

Color Harmonies of #3DA488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA488

Black with #3DA488

Text Example


Text Example

White with #3DA488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,164,136); }

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

background-color css

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

 a { background-color: rgb(61,164,136); }

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

border-color css

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

 span { border-color: rgb(61,164,136); }

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