Html Css Color HEX #1CA585 Niagara

📋 copy color: '#1CA585'

red 28 ◦ green 165 ◦ blue 133

#1CA585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #1CA585

Tints of Niagara #1CA585

RGB

 RED value IS 28 (11.33% from 255) = 8.59%

 GREEN value IS 165 (64.84% from 255) = 50.61%

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 8.59%
G = 50.61%
B = 40.8%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#1CA585 (or 0x1CA585) is known color: Niagara. HEX triplet: 1C, A5 and 85. RGB value is (28,165,133). Sum of RGB (Red+Green+Blue) = 28+165+133=326 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.59% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #1CA585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA585 is #E35A7A. Grayscale: #787878. Windows color (decimal): -14899835 or 8758556. OLE color: 8758556.

HSL color Cylindrical-coordinate representation of color #1CA585: hue angle of 165.99º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA585 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 28 165 133 -
CMYK 0.83 0 0.19 0.35
HSL 165.99º 0.71% 0.38% -
HSV(B) 165.99º 0.83% 0.65% -
XYZ 18.17 28.85 26.8 -
YUV 120.39 135.11 62.1 -
System Red Green Blue C M Y K H S L
Decimal 28 165 133 0.83 0 0.19 0.35 165.99 0.71 0.38
Hex 1C A5 85 53 0 13 23 A6 47 26
Octal 34 245 205 123 0 23 43 246 107 46
Binary 11100 10100101 10000101 1010011 0 10011 100011 10100110 1000111 100110

Color Harmonies of #1CA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA585

Black with #1CA585

Text Example


Text Example

White with #1CA585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,165,133); }

 H1.HeaderClassName
 {
   color: #1CA585;
 }
 .AnyTagClassName
 {
   color: #1CA585;
 }
</style>

background-color css

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

 a { background-color: rgb(28,165,133); }

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

border-color css

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

 span { border-color: rgb(28,165,133); }

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