#1CA388

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

Shades of Niagara #1CA388

Tints of Niagara #1CA388

Color information

#1CA388 (or 0x1CA388) is unknown color: approx Niagara. HEX triplet: 1C, A3 and 88. RGB value is (28,163,136). Sum of RGB (Red+Green+Blue) = 28+163+136=327 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.56% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA388 is #E35C77. Grayscale: #777777. Windows color (decimal): -14900344 or 8954652. OLE color: 8954652.

HSL color Cylindrical-coordinate representation of color #1CA388: hue angle of 168º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA388 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB28163136-
CMYK0.8300.170.36
HSL168º70.68%37.45%-
HSV(B)168º82.82%63.92%-
XYZ18.0228.2227.79-
YUV119.56137.2762.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.56%
GREEN value IS 163 (64.06% from 255) = 49.85%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=8.56%
G=49.85%
B=41.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281631360.8300.170.3616870.6837.45
Hex1CA3885301124a84725
Octal342432101230214425010745
Binary1110010100011100010001010011010001100100101010001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,163,136); }

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

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

 a { background-color: rgb(28,163,136); }

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

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

 span { border-color: rgb(28,163,136); }

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