Html Css Color HEX #12A1BE Pacific Blue

📋 copy color: '#12A1BE'

red 18 ◦ green 161 ◦ blue 190

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

Shades of Pacific Blue #12A1BE

Tints of Pacific Blue #12A1BE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.63%

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

R = 4.88%
G = 43.63%
B = 51.49%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#12A1BE (or 0x12A1BE) is known color: Pacific Blue. HEX triplet: 12, A1 and BE. RGB value is (18,161,190). Sum of RGB (Red+Green+Blue) = 18+161+190=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #12A1BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A1BE is #ED5E41. Grayscale: #797979. Windows color (decimal): -15556162 or 12493074. OLE color: 12493074.

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

Color convert

RGB 18 161 190 -
CMYK 0.91 0.15 0 0.25
HSL 190.12º 0.83% 0.41% -
HSV(B) 190.12º 0.91% 0.75% -
XYZ 22.29 29.34 53.2 -
YUV 121.55 166.62 54.14 -
System Red Green Blue C M Y K H S L
Decimal 18 161 190 0.91 0.15 0 0.25 190.12 0.83 0.41
Hex 12 A1 BE 5B F 0 19 BE 53 29
Octal 22 241 276 133 17 0 31 276 123 51
Binary 10010 10100001 10111110 1011011 1111 0 11001 10111110 1010011 101001

Color Harmonies of #12A1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A1BE

Black with #12A1BE

Text Example


Text Example

White with #12A1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,161,190); }

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

background-color css

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

 a { background-color: rgb(18,161,190); }

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

border-color css

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

 span { border-color: rgb(18,161,190); }

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