Html Css Color HEX #3CB394 Niagara

📋 copy color: '#3CB394'

red 60 ◦ green 179 ◦ blue 148

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

Shades of Niagara #3CB394

Tints of Niagara #3CB394

RGB

 RED value IS 60 (23.83% from 255) = 15.5%

 GREEN value IS 179 (70.31% from 255) = 46.25%

 BLUE value IS 148 (58.2% from 255) = 38.24%

R = 15.5%
G = 46.25%
B = 38.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#3CB394 (or 0x3CB394) is known color: Niagara. HEX triplet: 3C, B3 and 94. RGB value is (60,179,148). Sum of RGB (Red+Green+Blue) = 60+179+148=387 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.50% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #3CB394 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB394 is #C34C6B. Grayscale: #8B8B8B. Windows color (decimal): -12799084 or 9745212. OLE color: 9745212.

HSL color Cylindrical-coordinate representation of color #3CB394: hue angle of 164.37º degrees, saturation: 0.5, 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 #3CB394 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 60 179 148 -
CMYK 0.66 0 0.17 0.30
HSL 164.37º 0.5% 0.47% -
HSV(B) 164.37º 0.66% 0.7% -
XYZ 23.33 35.34 33.61 -
YUV 139.89 132.58 71.02 -
System Red Green Blue C M Y K H S L
Decimal 60 179 148 0.66 0 0.17 0.30 164.37 0.5 0.47
Hex 3C B3 94 42 0 11 1E A4 32 2F
Octal 74 263 224 102 0 21 36 244 62 57
Binary 111100 10110011 10010100 1000010 0 10001 11110 10100100 110010 101111

Color Harmonies of #3CB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB394

Black with #3CB394

Text Example


Text Example

White with #3CB394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,179,148); }

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

background-color css

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

 a { background-color: rgb(60,179,148); }

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

border-color css

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

 span { border-color: rgb(60,179,148); }

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