Html Css Color HEX #3DAA90 Gossamer

📋 copy color: '#3DAA90'

red 61 ◦ green 170 ◦ blue 144

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

Shades of Gossamer #3DAA90

Tints of Gossamer #3DAA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.33%

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 16.27%
G = 45.33%
B = 38.4%

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

#3DAA90 (or 0x3DAA90) is known color: Gossamer. HEX triplet: 3D, AA and 90. RGB value is (61,170,144). Sum of RGB (Red+Green+Blue) = 61+170+144=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAA90 is #C2556F. Grayscale: #868686. Windows color (decimal): -12735856 or 9480765. OLE color: 9480765.

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

Color convert

RGB 61 170 144 -
CMYK 0.64 0 0.15 0.33
HSL 165.69º 0.47% 0.45% -
HSV(B) 165.69º 0.64% 0.67% -
XYZ 21.33 31.76 31.39 -
YUV 134.45 133.39 75.61 -
System Red Green Blue C M Y K H S L
Decimal 61 170 144 0.64 0 0.15 0.33 165.69 0.47 0.45
Hex 3D AA 90 40 0 F 21 A6 2F 2D
Octal 75 252 220 100 0 17 41 246 57 55
Binary 111101 10101010 10010000 1000000 0 1111 100001 10100110 101111 101101

Color Harmonies of #3DAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAA90

Black with #3DAA90

Text Example


Text Example

White with #3DAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,170,144); }

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

background-color css

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

 a { background-color: rgb(61,170,144); }

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

border-color css

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

 span { border-color: rgb(61,170,144); }

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