Html Css Color HEX #189EAE Pelorous

📋 copy color: '#189EAE'

red 24 ◦ green 158 ◦ blue 174

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

Shades of Pelorous #189EAE

Tints of Pelorous #189EAE

RGB

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

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

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

R = 6.74%
G = 44.38%
B = 48.88%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#189EAE (or 0x189EAE) is known color: Pelorous. HEX triplet: 18, 9E and AE. RGB value is (24,158,174). Sum of RGB (Red+Green+Blue) = 24+158+174=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #189EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189EAE is #E76151. Grayscale: #777777. Windows color (decimal): -15163730 or 11443736. OLE color: 11443736.

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

Color convert

RGB 24 158 174 -
CMYK 0.86 0.09 0 0.32
HSL 186.4º 0.76% 0.39% -
HSV(B) 186.4º 0.86% 0.68% -
XYZ 20.24 27.7 44.32 -
YUV 119.76 158.61 59.7 -
System Red Green Blue C M Y K H S L
Decimal 24 158 174 0.86 0.09 0 0.32 186.4 0.76 0.39
Hex 18 9E AE 56 9 0 20 BA 4C 27
Octal 30 236 256 126 11 0 40 272 114 47
Binary 11000 10011110 10101110 1010110 1001 0 100000 10111010 1001100 100111

Color Harmonies of #189EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189EAE

Black with #189EAE

Text Example


Text Example

White with #189EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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