Html Css Color HEX #3DA07B Gossamer

📋 copy color: '#3DA07B'

red 61 ◦ green 160 ◦ blue 123

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

Shades of Gossamer #3DA07B

Tints of Gossamer #3DA07B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.51%

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 17.73%
G = 46.51%
B = 35.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#3DA07B (or 0x3DA07B) is known color: Gossamer. HEX triplet: 3D, A0 and 7B. RGB value is (61,160,123). Sum of RGB (Red+Green+Blue) = 61+160+123=344 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.73% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA07B is #C25F84. Grayscale: #7E7E7E. Windows color (decimal): -12738437 or 8101949. OLE color: 8101949.

HSL color Cylindrical-coordinate representation of color #3DA07B: hue angle of 157.58º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA07B is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 61 160 123 -
CMYK 0.62 0 0.23 0.37
HSL 157.58º 0.45% 0.43% -
HSV(B) 157.58º 0.62% 0.63% -
XYZ 18.07 27.56 23.11 -
YUV 126.18 126.2 81.51 -
System Red Green Blue C M Y K H S L
Decimal 61 160 123 0.62 0 0.23 0.37 157.58 0.45 0.43
Hex 3D A0 7B 3E 0 17 25 9E 2D 2B
Octal 75 240 173 76 0 27 45 236 55 53
Binary 111101 10100000 1111011 111110 0 10111 100101 10011110 101101 101011

Color Harmonies of #3DA07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA07B

Black with #3DA07B

Text Example


Text Example

White with #3DA07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,160,123); }

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

background-color css

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

 a { background-color: rgb(61,160,123); }

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

border-color css

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

 span { border-color: rgb(61,160,123); }

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