Html Css Color HEX #189DAA Pelorous

📋 copy color: '#189DAA'

red 24 ◦ green 157 ◦ blue 170

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

Shades of Pelorous #189DAA

Tints of Pelorous #189DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.43%

R = 6.84%
G = 44.73%
B = 48.43%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#189DAA (or 0x189DAA) is known color: Pelorous. HEX triplet: 18, 9D and AA. RGB value is (24,157,170). Sum of RGB (Red+Green+Blue) = 24+157+170=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #189DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189DAA is #E76255. Grayscale: #767676. Windows color (decimal): -15163990 or 11181336. OLE color: 11181336.

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

Color convert

RGB 24 157 170 -
CMYK 0.86 0.08 0 0.33
HSL 185.34º 0.75% 0.38% -
HSV(B) 185.34º 0.86% 0.67% -
XYZ 19.69 27.21 42.24 -
YUV 118.72 156.94 60.44 -
System Red Green Blue C M Y K H S L
Decimal 24 157 170 0.86 0.08 0 0.33 185.34 0.75 0.38
Hex 18 9D AA 56 8 0 21 B9 4B 26
Octal 30 235 252 126 10 0 41 271 113 46
Binary 11000 10011101 10101010 1010110 1000 0 100001 10111001 1001011 100110

Color Harmonies of #189DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189DAA

Black with #189DAA

Text Example


Text Example

White with #189DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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