Html Css Color HEX #3DB095 Gossamer

📋 copy color: '#3DB095'

red 61 ◦ green 176 ◦ blue 149

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

Shades of Gossamer #3DB095

Tints of Gossamer #3DB095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.6%

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 15.8%
G = 45.6%
B = 38.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#3DB095 (or 0x3DB095) is known color: Gossamer. HEX triplet: 3D, B0 and 95. RGB value is (61,176,149). Sum of RGB (Red+Green+Blue) = 61+176+149=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB095 is #C24F6A. Grayscale: #8A8A8A. Windows color (decimal): -12734315 or 9809981. OLE color: 9809981.

HSL color Cylindrical-coordinate representation of color #3DB095: hue angle of 165.91º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DB095 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 176 149 -
CMYK 0.65 0 0.15 0.31
HSL 165.91º 0.49% 0.46% -
HSV(B) 165.91º 0.65% 0.69% -
XYZ 22.87 34.21 33.83 -
YUV 138.54 133.9 72.7 -
System Red Green Blue C M Y K H S L
Decimal 61 176 149 0.65 0 0.15 0.31 165.91 0.49 0.46
Hex 3D B0 95 41 0 F 1F A6 31 2E
Octal 75 260 225 101 0 17 37 246 61 56
Binary 111101 10110000 10010101 1000001 0 1111 11111 10100110 110001 101110

Color Harmonies of #3DB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB095

Black with #3DB095

Text Example


Text Example

White with #3DB095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,176,149); }

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

background-color css

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

 a { background-color: rgb(61,176,149); }

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

border-color css

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

 span { border-color: rgb(61,176,149); }

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