Html Css Color HEX #3CB491 Niagara

📋 copy color: '#3CB491'

red 60 ◦ green 180 ◦ blue 145

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

Shades of Niagara #3CB491

Tints of Niagara #3CB491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 15.58%
G = 46.75%
B = 37.66%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#3CB491 (or 0x3CB491) is known color: Niagara. HEX triplet: 3C, B4 and 91. RGB value is (60,180,145). Sum of RGB (Red+Green+Blue) = 60+180+145=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB491 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB491 is #C34B6E. Grayscale: #8C8C8C. Windows color (decimal): -12798831 or 9548860. OLE color: 9548860.

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

Color convert

RGB 60 180 145 -
CMYK 0.67 0 0.19 0.29
HSL 162.5º 0.5% 0.47% -
HSV(B) 162.5º 0.67% 0.71% -
XYZ 23.3 35.65 32.44 -
YUV 140.13 130.74 70.85 -
System Red Green Blue C M Y K H S L
Decimal 60 180 145 0.67 0 0.19 0.29 162.5 0.5 0.47
Hex 3C B4 91 43 0 13 1D A2 32 2F
Octal 74 264 221 103 0 23 35 242 62 57
Binary 111100 10110100 10010001 1000011 0 10011 11101 10100010 110010 101111

Color Harmonies of #3CB491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB491

Black with #3CB491

Text Example


Text Example

White with #3CB491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,180,145); }

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

background-color css

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

 a { background-color: rgb(60,180,145); }

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

border-color css

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

 span { border-color: rgb(60,180,145); }

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