#12A7B7

Color #12A7B7 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #12A7B7

Tints of Pelorous #12A7B7

Color information

#12A7B7 (or 0x12A7B7) is unknown color: approx Pelorous. HEX triplet: 12, A7 and B7. RGB value is (18,167,183). Sum of RGB (Red+Green+Blue) = 18+167+183=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #12A7B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A7B7 is #ED5848. Grayscale: #7C7C7C. Windows color (decimal): -15554633 or 12035858. OLE color: 12035858.

HSL color Cylindrical-coordinate representation of color #12A7B7: hue angle of 185.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A7B7 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18167183-
CMYK0.900.0900.28
HSL185.82º82.09%39.41%-
HSV(B)185.82º90.16%71.76%-
XYZ22.6231.1849.63-
YUV124.27161.1452.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.89%
GREEN value IS 167 (65.62% from 255) = 45.38%
BLUE value IS 183 (71.88% from 255) = 49.73%
R=4.89%
G=45.38%
B=49.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181671830.900.0900.28185.8282.0939.41
Hex12A7B75A901Cba5227
Octal222472671321103427212247
Binary10010101001111011011110110101001011100101110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,167,183); }

 H1.HeaderClassName
 {
   color: #12A7B7;
 }
 .AnyTagClassName
 {
   color: #12A7B7;
 }
</style>
background-color css

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

 a { background-color: rgb(18,167,183); }

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

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

 span { border-color: rgb(18,167,183); }

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