Html Css Color HEX #3D9E8B Gossamer

📋 copy color: '#3D9E8B'

red 61 ◦ green 158 ◦ blue 139

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

Shades of Gossamer #3D9E8B

Tints of Gossamer #3D9E8B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.13%

 BLUE value IS 139 (54.69% from 255) = 38.83%

R = 17.04%
G = 44.13%
B = 38.83%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#3D9E8B (or 0x3D9E8B) is known color: Gossamer. HEX triplet: 3D, 9E and 8B. RGB value is (61,158,139). Sum of RGB (Red+Green+Blue) = 61+158+139=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #3D9E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9E8B is #C26174. Grayscale: #7E7E7E. Windows color (decimal): -12738933 or 9150013. OLE color: 9150013.

HSL color Cylindrical-coordinate representation of color #3D9E8B: hue angle of 168.25º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D9E8B is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 61 158 139 -
CMYK 0.61 0 0.12 0.38
HSL 168.25º 0.44% 0.43% -
HSV(B) 168.25º 0.61% 0.62% -
XYZ 18.81 27.31 28.71 -
YUV 126.83 134.86 81.04 -
System Red Green Blue C M Y K H S L
Decimal 61 158 139 0.61 0 0.12 0.38 168.25 0.44 0.43
Hex 3D 9E 8B 3D 0 C 26 A8 2C 2B
Octal 75 236 213 75 0 14 46 250 54 53
Binary 111101 10011110 10001011 111101 0 1100 100110 10101000 101100 101011

Color Harmonies of #3D9E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9E8B

Black with #3D9E8B

Text Example


Text Example

White with #3D9E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,158,139); }

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

background-color css

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

 a { background-color: rgb(61,158,139); }

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

border-color css

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

 span { border-color: rgb(61,158,139); }

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