Html Css Color HEX #18A9BA Pelorous

📋 copy color: '#18A9BA'

red 24 ◦ green 169 ◦ blue 186

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

Shades of Pelorous #18A9BA

Tints of Pelorous #18A9BA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.59%

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 6.33%
G = 44.59%
B = 49.08%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#18A9BA (or 0x18A9BA) is known color: Pelorous. HEX triplet: 18, A9 and BA. RGB value is (24,169,186). Sum of RGB (Red+Green+Blue) = 24+169+186=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #18A9BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A9BA is #E75645. Grayscale: #7F7F7F. Windows color (decimal): -15160902 or 12232984. OLE color: 12232984.

HSL color Cylindrical-coordinate representation of color #18A9BA: hue angle of 186.3º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18A9BA is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 169 186 -
CMYK 0.87 0.09 0 0.27
HSL 186.3º 0.77% 0.41% -
HSV(B) 186.3º 0.87% 0.73% -
XYZ 23.43 32.12 51.42 -
YUV 127.58 160.96 54.12 -
System Red Green Blue C M Y K H S L
Decimal 24 169 186 0.87 0.09 0 0.27 186.3 0.77 0.41
Hex 18 A9 BA 57 9 0 1B BA 4D 29
Octal 30 251 272 127 11 0 33 272 115 51
Binary 11000 10101001 10111010 1010111 1001 0 11011 10111010 1001101 101001

Color Harmonies of #18A9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A9BA

Black with #18A9BA

Text Example


Text Example

White with #18A9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18A9BA; }

 p { color: rgb(24,169,186); }

 H1.HeaderClassName
 {
   color: #18A9BA;
 }
 .AnyTagClassName
 {
   color: #18A9BA;
 }
</style>

background-color css

<style>
 a { background-color: #18A9BA; }

 a { background-color: rgb(24,169,186); }

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

border-color css

<style>
 span { border-color: #18A9BA; }

 span { border-color: rgb(24,169,186); }

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