#1896A5

Color #1896A5 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1896A5

Tints of Pelorous #1896A5

Color information

#1896A5 (or 0x1896A5) is unknown color: approx Pelorous. HEX triplet: 18, 96 and A5. RGB value is (24,150,165). Sum of RGB (Red+Green+Blue) = 24+150+165=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #1896A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1896A5 is #E7695A. Grayscale: #717171. Windows color (decimal): -15165787 or 10851864. OLE color: 10851864.

HSL color Cylindrical-coordinate representation of color #1896A5: hue angle of 186.38º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1896A5 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB24150165-
CMYK0.850.0900.35
HSL186.38º74.6%37.06%-
HSV(B)186.38º85.45%64.71%-
XYZ18.0724.7239.42-
YUV114.04156.7663.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.08%
GREEN value IS 150 (58.98% from 255) = 44.25%
BLUE value IS 165 (64.84% from 255) = 48.67%
R=7.08%
G=44.25%
B=48.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241501650.850.0900.35186.3874.637.06
Hex1896A5559023ba4b25
Octal302262451251104327211345
Binary110001001011010100101101010110010100011101110101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1896A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1896A5; }

 p { color: rgb(24,150,165); }

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

<style>
 a { background-color: #1896A5; }

 a { background-color: rgb(24,150,165); }

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

<style>
 span { border-color: #1896A5; }

 span { border-color: rgb(24,150,165); }

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