Html Css Color HEX #12A2B4 Pelorous

📋 copy color: '#12A2B4'

red 18 ◦ green 162 ◦ blue 180

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

Shades of Pelorous #12A2B4

Tints of Pelorous #12A2B4

RGB

 RED value IS 18 (7.42% from 255) = 5%

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

 BLUE value IS 180 (70.7% from 255) = 50%

R = 5%
G = 45%
B = 50%

CMYK

 C value IS 0.9

 M value IS 0.1

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#12A2B4 (or 0x12A2B4) is known color: Pelorous. HEX triplet: 12, A2 and B4. RGB value is (18,162,180). Sum of RGB (Red+Green+Blue) = 18+162+180=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #12A2B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A2B4 is #ED5D4B. Grayscale: #787878. Windows color (decimal): -15555916 or 11837970. OLE color: 11837970.

HSL color Cylindrical-coordinate representation of color #12A2B4: hue angle of 186.67º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A2B4 is Cyan = 0.9, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 162 180 -
CMYK 0.9 0.1 0 0.29
HSL 186.67º 0.82% 0.39% -
HSV(B) 186.67º 0.9% 0.71% -
XYZ 21.41 29.26 47.7 -
YUV 121 161.29 54.54 -
System Red Green Blue C M Y K H S L
Decimal 18 162 180 0.9 0.1 0 0.29 186.67 0.82 0.39
Hex 12 A2 B4 5A A 0 1D BB 52 27
Octal 22 242 264 132 12 0 35 273 122 47
Binary 10010 10100010 10110100 1011010 1010 0 11101 10111011 1010010 100111

Color Harmonies of #12A2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A2B4

Black with #12A2B4

Text Example


Text Example

White with #12A2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A2B4; }

 p { color: rgb(18,162,180); }

 H1.HeaderClassName
 {
   color: #12A2B4;
 }
 .AnyTagClassName
 {
   color: #12A2B4;
 }
</style>

background-color css

<style>
 a { background-color: #12A2B4; }

 a { background-color: rgb(18,162,180); }

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

border-color css

<style>
 span { border-color: #12A2B4; }

 span { border-color: rgb(18,162,180); }

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