Html Css Color HEX #18A2BE Pelorous

📋 copy color: '#18A2BE'

red 24 ◦ green 162 ◦ blue 190

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

Shades of Pelorous #18A2BE

Tints of Pelorous #18A2BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 6.38%
G = 43.09%
B = 50.53%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#18A2BE (or 0x18A2BE) is known color: Pelorous. HEX triplet: 18, A2 and BE. RGB value is (24,162,190). Sum of RGB (Red+Green+Blue) = 24+162+190=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #18A2BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A2BE is #E75D41. Grayscale: #7B7B7B. Windows color (decimal): -15162690 or 12493336. OLE color: 12493336.

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

Color convert

RGB 24 162 190 -
CMYK 0.87 0.15 0 0.25
HSL 190.12º 0.78% 0.42% -
HSV(B) 190.12º 0.87% 0.75% -
XYZ 22.59 29.75 53.27 -
YUV 123.93 165.28 56.72 -
System Red Green Blue C M Y K H S L
Decimal 24 162 190 0.87 0.15 0 0.25 190.12 0.78 0.42
Hex 18 A2 BE 57 F 0 19 BE 4E 2A
Octal 30 242 276 127 17 0 31 276 116 52
Binary 11000 10100010 10111110 1010111 1111 0 11001 10111110 1001110 101010

Color Harmonies of #18A2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A2BE

Black with #18A2BE

Text Example


Text Example

White with #18A2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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