Html Css Color HEX #3CB294 Niagara

📋 copy color: '#3CB294'

red 60 ◦ green 178 ◦ blue 148

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

Shades of Niagara #3CB294

Tints of Niagara #3CB294

RGB

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

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

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

R = 15.54%
G = 46.11%
B = 38.34%

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

#3CB294 (or 0x3CB294) is known color: Niagara. HEX triplet: 3C, B2 and 94. RGB value is (60,178,148). Sum of RGB (Red+Green+Blue) = 60+178+148=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB294 is #C34D6B. Grayscale: #8B8B8B. Windows color (decimal): -12799340 or 9744956. OLE color: 9744956.

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

Color convert

RGB 60 178 148 -
CMYK 0.66 0 0.17 0.30
HSL 164.75º 0.5% 0.47% -
HSV(B) 164.75º 0.66% 0.7% -
XYZ 23.13 34.94 33.54 -
YUV 139.3 132.91 71.44 -
System Red Green Blue C M Y K H S L
Decimal 60 178 148 0.66 0 0.17 0.30 164.75 0.5 0.47
Hex 3C B2 94 42 0 11 1E A5 32 2F
Octal 74 262 224 102 0 21 36 245 62 57
Binary 111100 10110010 10010100 1000010 0 10001 11110 10100101 110010 101111

Color Harmonies of #3CB294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB294

Black with #3CB294

Text Example


Text Example

White with #3CB294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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