Html Css Color HEX #189CAD Pelorous

📋 copy color: '#189CAD'

red 24 ◦ green 156 ◦ blue 173

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

Shades of Pelorous #189CAD

Tints of Pelorous #189CAD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.19%

 BLUE value IS 173 (67.97% from 255) = 49.01%

R = 6.8%
G = 44.19%
B = 49.01%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#189CAD (or 0x189CAD) is known color: Pelorous. HEX triplet: 18, 9C and AD. RGB value is (24,156,173). Sum of RGB (Red+Green+Blue) = 24+156+173=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #189CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189CAD is #E76352. Grayscale: #767676. Windows color (decimal): -15164243 or 11377688. OLE color: 11377688.

HSL color Cylindrical-coordinate representation of color #189CAD: hue angle of 186.85º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #189CAD is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 156 173 -
CMYK 0.86 0.10 0 0.32
HSL 186.85º 0.76% 0.39% -
HSV(B) 186.85º 0.86% 0.68% -
XYZ 19.81 26.99 43.7 -
YUV 118.47 158.77 60.62 -
System Red Green Blue C M Y K H S L
Decimal 24 156 173 0.86 0.10 0 0.32 186.85 0.76 0.39
Hex 18 9C AD 56 A 0 20 BB 4C 27
Octal 30 234 255 126 12 0 40 273 114 47
Binary 11000 10011100 10101101 1010110 1010 0 100000 10111011 1001100 100111

Color Harmonies of #189CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CAD

Black with #189CAD

Text Example


Text Example

White with #189CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,156,173); }

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

background-color css

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

 a { background-color: rgb(24,156,173); }

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

border-color css

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

 span { border-color: rgb(24,156,173); }

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