#1cb297

Color #1CB297 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #1CB297

Tints of Niagara #1CB297

Color information

#1CB297 (or 0x1CB297) is unknown color: approx Niagara. HEX triplet: 1C, B2 and 97. RGB value is (28,178,151). Sum of RGB (Red+Green+Blue) = 28+178+151=357 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.84% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CB297 is #E34D68. Grayscale: #828282. Windows color (decimal): -14896489 or 9941532. OLE color: 9941532.

HSL color Cylindrical-coordinate representation of color #1CB297: hue angle of 169.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB297 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB28178151-
CMYK0.8400.150.30
HSL169.2º72.82%40.39%-
HSV(B)169.2º84.27%69.8%-
XYZ21.9934.3234.74-
YUV130.07139.855.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.84%
GREEN value IS 178 (69.92% from 255) = 49.86%
BLUE value IS 151 (59.38% from 255) = 42.30%
R=7.84%
G=49.86%
B=42.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal281781510.8400.150.30169.272.8240.39
Hex1CB297540F1Ea94928
Octal342622271240173625111150
Binary11100101100101001011110101000111111110101010011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cb297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1cb297; }

 p { color: rgb(28,178,151); }

 H1.HeaderClassName
 {
   color: #1cb297;
 }
 .AnyTagClassName
 {
   color: #1cb297;
 }
</style>
background-color css

<style>
 a { background-color: #1cb297; }

 a { background-color: rgb(28,178,151); }

 div.DivClassName
 {
   background-color: #1cb297;
 }
 .BgClassName
 {
   background-color: #1cb297;
 }
</style>
border-color css

<style>
 span { border-color: #1cb297; }

 span { border-color: rgb(28,178,151); }

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