#12788B

Color #12788B Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #12788B

Tints of Allports #12788B

Color information

#12788B (or 0x12788B) is unknown color: approx Allports. HEX triplet: 12, 78 and 8B. RGB value is (18,120,139). Sum of RGB (Red+Green+Blue) = 18+120+139=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #12788B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12788B is #ED8774. Grayscale: #5B5B5B. Windows color (decimal): -15566709 or 9140242. OLE color: 9140242.

HSL color Cylindrical-coordinate representation of color #12788B: hue angle of 189.42º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12788B is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB18120139-
CMYK0.870.1400.45
HSL189.42º77.07%30.78%-
HSV(B)189.42º87.05%54.51%-
XYZ11.6315.4326.79-
YUV91.67154.7175.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.50%
GREEN value IS 120 (47.27% from 255) = 43.32%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=6.50%
G=43.32%
B=50.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181201390.870.1400.45189.4277.0730.78
Hex12788B57E02Dbd4d1f
Octal221702131271605527511537
Binary1001011110001000101110101111110010110110111101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12788B; }

 p { color: rgb(18,120,139); }

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

<style>
 a { background-color: #12788B; }

 a { background-color: rgb(18,120,139); }

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

<style>
 span { border-color: #12788B; }

 span { border-color: rgb(18,120,139); }

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