Html Css Color HEX #3CB097 Niagara

📋 copy color: '#3CB097'

red 60 ◦ green 176 ◦ blue 151

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

Shades of Niagara #3CB097

Tints of Niagara #3CB097

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.48%

 BLUE value IS 151 (59.38% from 255) = 39.02%

R = 15.5%
G = 45.48%
B = 39.02%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#3CB097 (or 0x3CB097) is known color: Niagara. HEX triplet: 3C, B0 and 97. RGB value is (60,176,151). Sum of RGB (Red+Green+Blue) = 60+176+151=387 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.50% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB097 is #C34F68. Grayscale: #8A8A8A. Windows color (decimal): -12799849 or 9941052. OLE color: 9941052.

HSL color Cylindrical-coordinate representation of color #3CB097: hue angle of 167.07º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB097 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 176 151 -
CMYK 0.66 0 0.14 0.31
HSL 167.07º 0.49% 0.46% -
HSV(B) 167.07º 0.66% 0.69% -
XYZ 22.97 34.25 34.68 -
YUV 138.47 135.07 72.03 -
System Red Green Blue C M Y K H S L
Decimal 60 176 151 0.66 0 0.14 0.31 167.07 0.49 0.46
Hex 3C B0 97 42 0 E 1F A7 31 2E
Octal 74 260 227 102 0 16 37 247 61 56
Binary 111100 10110000 10010111 1000010 0 1110 11111 10100111 110001 101110

Color Harmonies of #3CB097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB097

Black with #3CB097

Text Example


Text Example

White with #3CB097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,176,151); }

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

background-color css

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

 a { background-color: rgb(60,176,151); }

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

border-color css

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

 span { border-color: rgb(60,176,151); }

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