Html Css Color HEX #3DB496 Niagara

📋 copy color: '#3DB496'

red 61 ◦ green 180 ◦ blue 150

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

Shades of Niagara #3DB496

Tints of Niagara #3DB496

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.04%

 BLUE value IS 150 (58.98% from 255) = 38.36%

R = 15.6%
G = 46.04%
B = 38.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#3DB496 (or 0x3DB496) is known color: Niagara. HEX triplet: 3D, B4 and 96. RGB value is (61,180,150). Sum of RGB (Red+Green+Blue) = 61+180+150=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB496 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DB496 is #C24B69. Grayscale: #8D8D8D. Windows color (decimal): -12733290 or 9876541. OLE color: 9876541.

HSL color Cylindrical-coordinate representation of color #3DB496: hue angle of 164.87º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB496 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 61 180 150 -
CMYK 0.66 0 0.17 0.29
HSL 164.87º 0.49% 0.47% -
HSV(B) 164.87º 0.66% 0.71% -
XYZ 23.75 35.84 34.52 -
YUV 141 133.08 70.94 -
System Red Green Blue C M Y K H S L
Decimal 61 180 150 0.66 0 0.17 0.29 164.87 0.49 0.47
Hex 3D B4 96 42 0 11 1D A5 31 2F
Octal 75 264 226 102 0 21 35 245 61 57
Binary 111101 10110100 10010110 1000010 0 10001 11101 10100101 110001 101111

Color Harmonies of #3DB496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB496

Black with #3DB496

Text Example


Text Example

White with #3DB496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,180,150); }

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

background-color css

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

 a { background-color: rgb(61,180,150); }

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

border-color css

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

 span { border-color: rgb(61,180,150); }

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