Html Css Color HEX #3DA288 Gossamer

📋 copy color: '#3DA288'

red 61 ◦ green 162 ◦ blue 136

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

Shades of Gossamer #3DA288

Tints of Gossamer #3DA288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.13%

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

R = 16.99%
G = 45.13%
B = 37.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#3DA288 (or 0x3DA288) is known color: Gossamer. HEX triplet: 3D, A2 and 88. RGB value is (61,162,136). Sum of RGB (Red+Green+Blue) = 61+162+136=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA288 is #C25D77. Grayscale: #808080. Windows color (decimal): -12737912 or 8954429. OLE color: 8954429.

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

Color convert

RGB 61 162 136 -
CMYK 0.62 0 0.16 0.36
HSL 164.55º 0.45% 0.44% -
HSV(B) 164.55º 0.62% 0.64% -
XYZ 19.29 28.61 27.8 -
YUV 128.84 132.04 79.61 -
System Red Green Blue C M Y K H S L
Decimal 61 162 136 0.62 0 0.16 0.36 164.55 0.45 0.44
Hex 3D A2 88 3E 0 10 24 A5 2D 2C
Octal 75 242 210 76 0 20 44 245 55 54
Binary 111101 10100010 10001000 111110 0 10000 100100 10100101 101101 101100

Color Harmonies of #3DA288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA288

Black with #3DA288

Text Example


Text Example

White with #3DA288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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