Html Css Color HEX #189BAB Pelorous

📋 copy color: '#189BAB'

red 24 ◦ green 155 ◦ blue 171

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

Shades of Pelorous #189BAB

Tints of Pelorous #189BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.29%

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 6.86%
G = 44.29%
B = 48.86%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#189BAB (or 0x189BAB) is known color: Pelorous. HEX triplet: 18, 9B and AB. RGB value is (24,155,171). Sum of RGB (Red+Green+Blue) = 24+155+171=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #189BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189BAB is #E76454. Grayscale: #757575. Windows color (decimal): -15164501 or 11246360. OLE color: 11246360.

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

Color convert

RGB 24 155 171 -
CMYK 0.86 0.09 0 0.33
HSL 186.53º 0.75% 0.38% -
HSV(B) 186.53º 0.86% 0.67% -
XYZ 19.45 26.58 42.63 -
YUV 117.66 158.1 61.2 -
System Red Green Blue C M Y K H S L
Decimal 24 155 171 0.86 0.09 0 0.33 186.53 0.75 0.38
Hex 18 9B AB 56 9 0 21 BB 4B 26
Octal 30 233 253 126 11 0 41 273 113 46
Binary 11000 10011011 10101011 1010110 1001 0 100001 10111011 1001011 100110

Color Harmonies of #189BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189BAB

Black with #189BAB

Text Example


Text Example

White with #189BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,155,171); }

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

background-color css

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

 a { background-color: rgb(24,155,171); }

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

border-color css

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

 span { border-color: rgb(24,155,171); }

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