Html Css Color HEX #189DAE Pelorous

📋 copy color: '#189DAE'

red 24 ◦ green 157 ◦ blue 174

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

Shades of Pelorous #189DAE

Tints of Pelorous #189DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.23%

 BLUE value IS 174 (68.36% from 255) = 49.01%

R = 6.76%
G = 44.23%
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

#189DAE (or 0x189DAE) is known color: Pelorous. HEX triplet: 18, 9D and AE. RGB value is (24,157,174). Sum of RGB (Red+Green+Blue) = 24+157+174=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #189DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189DAE is #E76251. Grayscale: #767676. Windows color (decimal): -15163986 or 11443480. OLE color: 11443480.

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

Color convert

RGB 24 157 174 -
CMYK 0.86 0.10 0 0.32
HSL 186.8º 0.76% 0.39% -
HSV(B) 186.8º 0.86% 0.68% -
XYZ 20.07 27.36 44.27 -
YUV 119.17 158.94 60.12 -
System Red Green Blue C M Y K H S L
Decimal 24 157 174 0.86 0.10 0 0.32 186.8 0.76 0.39
Hex 18 9D AE 56 A 0 20 BB 4C 27
Octal 30 235 256 126 12 0 40 273 114 47
Binary 11000 10011101 10101110 1010110 1010 0 100000 10111011 1001100 100111

Color Harmonies of #189DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189DAE

Black with #189DAE

Text Example


Text Example

White with #189DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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