#1CA288

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

Shades of Niagara #1CA288

Tints of Niagara #1CA288

Color information

#1CA288 (or 0x1CA288) is unknown color: approx Niagara. HEX triplet: 1C, A2 and 88. RGB value is (28,162,136). Sum of RGB (Red+Green+Blue) = 28+162+136=326 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.59% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA288 is #E35D77. Grayscale: #767676. Windows color (decimal): -14900600 or 8954396. OLE color: 8954396.

HSL color Cylindrical-coordinate representation of color #1CA288: hue angle of 168.36º 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 #1CA288 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB28162136-
CMYK0.8300.160.36
HSL168.36º70.53%37.25%-
HSV(B)168.36º82.72%63.53%-
XYZ17.8427.8727.73-
YUV118.97137.6163.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.59%
GREEN value IS 162 (63.67% from 255) = 49.69%
BLUE value IS 136 (53.52% from 255) = 41.72%
R=8.59%
G=49.69%
B=41.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281621360.8300.160.36168.3670.5337.25
Hex1CA2885301024a84725
Octal342422101230204425010745
Binary1110010100010100010001010011010000100100101010001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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