#1CAE93

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

Shades of Niagara #1CAE93

Tints of Niagara #1CAE93

Color information

#1CAE93 (or 0x1CAE93) is unknown color: approx Niagara. HEX triplet: 1C, AE and 93. RGB value is (28,174,147). Sum of RGB (Red+Green+Blue) = 28+174+147=349 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.02% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAE93 is #E3516C. Grayscale: #7F7F7F. Windows color (decimal): -14897517 or 9678364. OLE color: 9678364.

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

Color convert

RGB28174147-
CMYK0.8400.160.32
HSL168.9º72.28%39.61%-
HSV(B)168.9º83.91%68.24%-
XYZ20.8832.6332.8-
YUV127.27139.1357.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.02%
GREEN value IS 174 (68.36% from 255) = 49.86%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=8.02%
G=49.86%
B=42.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal281741470.8400.160.32168.972.2839.61
Hex1CAE935401020a94828
Octal342562231240204025111050
Binary1110010101110100100111010100010000100000101010011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,174,147); }

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

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

 a { background-color: rgb(28,174,147); }

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

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

 span { border-color: rgb(28,174,147); }

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