Html Css Color HEX #3DB088 Gossamer

📋 copy color: '#3DB088'

red 61 ◦ green 176 ◦ blue 136

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

Shades of Gossamer #3DB088

Tints of Gossamer #3DB088

RGB

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

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

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

R = 16.35%
G = 47.18%
B = 36.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#3DB088 (or 0x3DB088) is known color: Gossamer. HEX triplet: 3D, B0 and 88. RGB value is (61,176,136). Sum of RGB (Red+Green+Blue) = 61+176+136=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB088 is #C24F77. Grayscale: #898989. Windows color (decimal): -12734328 or 8958013. OLE color: 8958013.

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

Color convert

RGB 61 176 136 -
CMYK 0.65 0 0.23 0.31
HSL 159.13º 0.49% 0.46% -
HSV(B) 159.13º 0.65% 0.69% -
XYZ 21.89 33.82 28.67 -
YUV 137.06 127.4 73.75 -
System Red Green Blue C M Y K H S L
Decimal 61 176 136 0.65 0 0.23 0.31 159.13 0.49 0.46
Hex 3D B0 88 41 0 17 1F 9F 31 2E
Octal 75 260 210 101 0 27 37 237 61 56
Binary 111101 10110000 10001000 1000001 0 10111 11111 10011111 110001 101110

Color Harmonies of #3DB088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB088

Black with #3DB088

Text Example


Text Example

White with #3DB088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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