Html Css Color HEX #3DB295 Niagara

📋 copy color: '#3DB295'

red 61 ◦ green 178 ◦ blue 149

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

Shades of Niagara #3DB295

Tints of Niagara #3DB295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.88%

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

R = 15.72%
G = 45.88%
B = 38.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#3DB295 (or 0x3DB295) is known color: Niagara. HEX triplet: 3D, B2 and 95. RGB value is (61,178,149). Sum of RGB (Red+Green+Blue) = 61+178+149=388 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.72% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DB295 is #C24D6A. Grayscale: #8B8B8B. Windows color (decimal): -12733803 or 9810493. OLE color: 9810493.

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

Color convert

RGB 61 178 149 -
CMYK 0.66 0 0.16 0.30
HSL 165.13º 0.49% 0.47% -
HSV(B) 165.13º 0.66% 0.7% -
XYZ 23.27 35 33.96 -
YUV 139.71 133.24 71.86 -
System Red Green Blue C M Y K H S L
Decimal 61 178 149 0.66 0 0.16 0.30 165.13 0.49 0.47
Hex 3D B2 95 42 0 10 1E A5 31 2F
Octal 75 262 225 102 0 20 36 245 61 57
Binary 111101 10110010 10010101 1000010 0 10000 11110 10100101 110001 101111

Color Harmonies of #3DB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB295

Black with #3DB295

Text Example


Text Example

White with #3DB295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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