#189DA9

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

Shades of Pelorous #189DA9

Tints of Pelorous #189DA9

Color information

#189DA9 (or 0x189DA9) is unknown color: approx Pelorous. HEX triplet: 18, 9D and A9. RGB value is (24,157,169). Sum of RGB (Red+Green+Blue) = 24+157+169=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 169 (66.41% from 255 or 48.29% from 350); Max value from RGB is 169 - color contains mainly: blue. Hex color #189DA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189DA9 is #E76256. Grayscale: #767676. Windows color (decimal): -15163991 or 11115800. OLE color: 11115800.

HSL color Cylindrical-coordinate representation of color #189DA9: hue angle of 184.97º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #189DA9 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB24157169-
CMYK0.860.0700.34
HSL184.97º75.13%37.84%-
HSV(B)184.97º85.8%66.27%-
XYZ19.627.1741.75-
YUV118.6156.4460.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.86%
GREEN value IS 157 (61.72% from 255) = 44.86%
BLUE value IS 169 (66.41% from 255) = 48.29%
R=6.86%
G=44.86%
B=48.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal241571690.860.0700.34184.9775.1337.84
Hex189DA9567022b94b26
Octal30235251126704227111346
Binary11000100111011010100110101101110100010101110011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189DA9; }

 p { color: rgb(24,157,169); }

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

<style>
 a { background-color: #189DA9; }

 a { background-color: rgb(24,157,169); }

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

<style>
 span { border-color: #189DA9; }

 span { border-color: rgb(24,157,169); }

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