Html Css Color HEX #189AA6 Pelorous

📋 copy color: '#189AA6'

red 24 ◦ green 154 ◦ blue 166

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

Shades of Pelorous #189AA6

Tints of Pelorous #189AA6

RGB

 RED value IS 24 (9.77% from 255) = 6.98%

 GREEN value IS 154 (60.55% from 255) = 44.77%

 BLUE value IS 166 (65.23% from 255) = 48.26%

R = 6.98%
G = 44.77%
B = 48.26%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#189AA6 (or 0x189AA6) is known color: Pelorous. HEX triplet: 18, 9A and A6. RGB value is (24,154,166). Sum of RGB (Red+Green+Blue) = 24+154+166=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 166 (65.23% from 255 or 48.26% from 344); Max value from RGB is 166 - color contains mainly: blue. Hex color #189AA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189AA6 is #E76559. Grayscale: #747474. Windows color (decimal): -15164762 or 10918424. OLE color: 10918424.

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

Color convert

RGB 24 154 166 -
CMYK 0.86 0.07 0 0.35
HSL 185.07º 0.75% 0.37% -
HSV(B) 185.07º 0.86% 0.65% -
XYZ 18.82 26.06 40.11 -
YUV 116.5 155.93 62.02 -
System Red Green Blue C M Y K H S L
Decimal 24 154 166 0.86 0.07 0 0.35 185.07 0.75 0.37
Hex 18 9A A6 56 7 0 23 B9 4B 25
Octal 30 232 246 126 7 0 43 271 113 45
Binary 11000 10011010 10100110 1010110 111 0 100011 10111001 1001011 100101

Color Harmonies of #189AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189AA6

Black with #189AA6

Text Example


Text Example

White with #189AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,154,166); }

 H1.HeaderClassName
 {
   color: #189AA6;
 }
 .AnyTagClassName
 {
   color: #189AA6;
 }
</style>

background-color css

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

 a { background-color: rgb(24,154,166); }

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

border-color css

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

 span { border-color: rgb(24,154,166); }

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