Html Css Color HEX #189EA6 Pelorous

📋 copy color: '#189EA6'

red 24 ◦ green 158 ◦ blue 166

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

Shades of Pelorous #189EA6

Tints of Pelorous #189EA6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.4%

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

R = 6.9%
G = 45.4%
B = 47.7%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#189EA6 (or 0x189EA6) is known color: Pelorous. HEX triplet: 18, 9E and A6. RGB value is (24,158,166). Sum of RGB (Red+Green+Blue) = 24+158+166=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 166 (65.23% from 255 or 47.70% from 348); Max value from RGB is 166 - color contains mainly: blue. Hex color #189EA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189EA6 is #E76159. Grayscale: #767676. Windows color (decimal): -15163738 or 10919448. OLE color: 10919448.

HSL color Cylindrical-coordinate representation of color #189EA6: hue angle of 183.38º 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 #189EA6 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 158 166 -
CMYK 0.86 0.05 0 0.35
HSL 183.38º 0.75% 0.37% -
HSV(B) 183.38º 0.86% 0.65% -
XYZ 19.49 27.4 40.34 -
YUV 118.85 154.61 60.35 -
System Red Green Blue C M Y K H S L
Decimal 24 158 166 0.86 0.05 0 0.35 183.38 0.75 0.37
Hex 18 9E A6 56 5 0 23 B7 4B 25
Octal 30 236 246 126 5 0 43 267 113 45
Binary 11000 10011110 10100110 1010110 101 0 100011 10110111 1001011 100101

Color Harmonies of #189EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189EA6

Black with #189EA6

Text Example


Text Example

White with #189EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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