Html Css Color HEX #3DB08F Gossamer

📋 copy color: '#3DB08F'

red 61 ◦ green 176 ◦ blue 143

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

Shades of Gossamer #3DB08F

Tints of Gossamer #3DB08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 16.05%
G = 46.32%
B = 37.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#3DB08F (or 0x3DB08F) is known color: Gossamer. HEX triplet: 3D, B0 and 8F. RGB value is (61,176,143). Sum of RGB (Red+Green+Blue) = 61+176+143=380 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.05% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB08F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB08F is #C24F70. Grayscale: #898989. Windows color (decimal): -12734321 or 9416765. OLE color: 9416765.

HSL color Cylindrical-coordinate representation of color #3DB08F: hue angle of 162.78º 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 #3DB08F is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 61 176 143 -
CMYK 0.65 0 0.19 0.31
HSL 162.78º 0.49% 0.46% -
HSV(B) 162.78º 0.65% 0.69% -
XYZ 22.41 34.03 31.37 -
YUV 137.85 130.9 73.18 -
System Red Green Blue C M Y K H S L
Decimal 61 176 143 0.65 0 0.19 0.31 162.78 0.49 0.46
Hex 3D B0 8F 41 0 13 1F A3 31 2E
Octal 75 260 217 101 0 23 37 243 61 56
Binary 111101 10110000 10001111 1000001 0 10011 11111 10100011 110001 101110

Color Harmonies of #3DB08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB08F

Black with #3DB08F

Text Example


Text Example

White with #3DB08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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