Html Css Color HEX #18A2BC Pelorous

📋 copy color: '#18A2BC'

red 24 ◦ green 162 ◦ blue 188

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

Shades of Pelorous #18A2BC

Tints of Pelorous #18A2BC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.32%

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

R = 6.42%
G = 43.32%
B = 50.27%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#18A2BC (or 0x18A2BC) is known color: Pelorous. HEX triplet: 18, A2 and BC. RGB value is (24,162,188). Sum of RGB (Red+Green+Blue) = 24+162+188=374 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.42% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #18A2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A2BC is #E75D43. Grayscale: #7B7B7B. Windows color (decimal): -15162692 or 12362264. OLE color: 12362264.

HSL color Cylindrical-coordinate representation of color #18A2BC: hue angle of 189.51º 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 #18A2BC is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 24 162 188 -
CMYK 0.87 0.14 0 0.26
HSL 189.51º 0.77% 0.42% -
HSV(B) 189.51º 0.87% 0.74% -
XYZ 22.37 29.67 52.12 -
YUV 123.7 164.28 56.89 -
System Red Green Blue C M Y K H S L
Decimal 24 162 188 0.87 0.14 0 0.26 189.51 0.77 0.42
Hex 18 A2 BC 57 E 0 1A BE 4D 2A
Octal 30 242 274 127 16 0 32 276 115 52
Binary 11000 10100010 10111100 1010111 1110 0 11010 10111110 1001101 101010

Color Harmonies of #18A2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A2BC

Black with #18A2BC

Text Example


Text Example

White with #18A2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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