Html Css Color HEX #18A9C0 Pelorous

📋 copy color: '#18A9C0'

red 24 ◦ green 169 ◦ blue 192

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

Shades of Pelorous #18A9C0

Tints of Pelorous #18A9C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.87%

R = 6.23%
G = 43.9%
B = 49.87%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#18A9C0 (or 0x18A9C0) is known color: Pelorous. HEX triplet: 18, A9 and C0. RGB value is (24,169,192). Sum of RGB (Red+Green+Blue) = 24+169+192=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #18A9C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A9C0 is #E7563F. Grayscale: #808080. Windows color (decimal): -15160896 or 12626200. OLE color: 12626200.

HSL color Cylindrical-coordinate representation of color #18A9C0: hue angle of 188.21º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18A9C0 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 169 192 -
CMYK 0.88 0.12 0 0.25
HSL 188.21º 0.78% 0.42% -
HSV(B) 188.21º 0.88% 0.75% -
XYZ 24.08 32.38 54.85 -
YUV 128.27 163.96 53.63 -
System Red Green Blue C M Y K H S L
Decimal 24 169 192 0.88 0.12 0 0.25 188.21 0.78 0.42
Hex 18 A9 C0 58 C 0 19 BC 4E 2A
Octal 30 251 300 130 14 0 31 274 116 52
Binary 11000 10101001 11000000 1011000 1100 0 11001 10111100 1001110 101010

Color Harmonies of #18A9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A9C0

Black with #18A9C0

Text Example


Text Example

White with #18A9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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