#1cab90

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

Shades of Niagara #1CAB90

Tints of Niagara #1CAB90

Color information

#1CAB90 (or 0x1CAB90) is unknown color: approx Niagara. HEX triplet: 1C, AB and 90. RGB value is (28,171,144). Sum of RGB (Red+Green+Blue) = 28+171+144=343 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.16% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAB90 is #E3546F. Grayscale: #7D7D7D. Windows color (decimal): -14898288 or 9480988. OLE color: 9480988.

HSL color Cylindrical-coordinate representation of color #1CAB90: hue angle of 168.67º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAB90 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB28171144-
CMYK0.8400.160.33
HSL168.67º71.86%39.02%-
HSV(B)168.67º83.63%67.06%-
XYZ20.0831.3931.39-
YUV125.16138.6258.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.16%
GREEN value IS 171 (67.19% from 255) = 49.85%
BLUE value IS 144 (56.64% from 255) = 41.98%
R=8.16%
G=49.85%
B=41.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281711440.8400.160.33168.6771.8639.02
Hex1CAB905401021a94827
Octal342532201240204125111047
Binary1110010101011100100001010100010000100001101010011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cab90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,171,144); }

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

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

 a { background-color: rgb(28,171,144); }

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

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

 span { border-color: rgb(28,171,144); }

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