#1CA38E

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

Shades of Niagara #1CA38E

Tints of Niagara #1CA38E

Color information

#1CA38E (or 0x1CA38E) is unknown color: approx Niagara. HEX triplet: 1C, A3 and 8E. RGB value is (28,163,142). Sum of RGB (Red+Green+Blue) = 28+163+142=333 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.41% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA38E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA38E is #E35C71. Grayscale: #787878. Windows color (decimal): -14900338 or 9347868. OLE color: 9347868.

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

Color convert

RGB28163142-
CMYK0.8300.130.36
HSL170.67º70.68%37.45%-
HSV(B)170.67º82.82%63.92%-
XYZ18.4628.3930.1-
YUV120.24140.2762.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.41%
GREEN value IS 163 (64.06% from 255) = 48.95%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=8.41%
G=48.95%
B=42.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281631420.8300.130.36170.6770.6837.45
Hex1CA38E530D24ab4725
Octal342432161230154425310745
Binary111001010001110001110101001101101100100101010111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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