Html Css Color HEX #18A0BC Pelorous

📋 copy color: '#18A0BC'

red 24 ◦ green 160 ◦ blue 188

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

Shades of Pelorous #18A0BC

Tints of Pelorous #18A0BC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.01%

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 6.45%
G = 43.01%
B = 50.54%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#18A0BC (or 0x18A0BC) is known color: Pelorous. HEX triplet: 18, A0 and BC. RGB value is (24,160,188). Sum of RGB (Red+Green+Blue) = 24+160+188=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #18A0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A0BC is #E75F43. Grayscale: #7A7A7A. Windows color (decimal): -15163204 or 12361752. OLE color: 12361752.

HSL color Cylindrical-coordinate representation of color #18A0BC: hue angle of 190.24º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18A0BC is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 160 188 -
CMYK 0.87 0.15 0 0.26
HSL 190.24º 0.77% 0.42% -
HSV(B) 190.24º 0.87% 0.74% -
XYZ 22.02 28.97 52.01 -
YUV 122.53 164.94 57.72 -
System Red Green Blue C M Y K H S L
Decimal 24 160 188 0.87 0.15 0 0.26 190.24 0.77 0.42
Hex 18 A0 BC 57 F 0 1A BE 4D 2A
Octal 30 240 274 127 17 0 32 276 115 52
Binary 11000 10100000 10111100 1010111 1111 0 11010 10111110 1001101 101010

Color Harmonies of #18A0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A0BC

Black with #18A0BC

Text Example


Text Example

White with #18A0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,160,188); }

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

background-color css

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

 a { background-color: rgb(24,160,188); }

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

border-color css

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

 span { border-color: rgb(24,160,188); }

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