#127696

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

Shades of Cerulean #127696

Tints of Cerulean #127696

Color information

#127696 (or 0x127696) is unknown color: approx Cerulean. HEX triplet: 12, 76 and 96. RGB value is (18,118,150). Sum of RGB (Red+Green+Blue) = 18+118+150=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #127696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127696 is #ED8969. Grayscale: #5B5B5B. Windows color (decimal): -15567210 or 9860626. OLE color: 9860626.

HSL color Cylindrical-coordinate representation of color #127696: hue angle of 194.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127696 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB18118150-
CMYK0.880.2100.41
HSL194.55º78.57%32.94%-
HSV(B)194.55º88%58.82%-
XYZ12.2315.2931.16-
YUV91.75160.8775.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.29%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 150 (58.98% from 255) = 52.45%
R=6.29%
G=41.26%
B=52.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181181500.880.2100.41194.5578.5732.94
Hex1276965815029c34f21
Octal221662261302505130311741
Binary100101110110100101101011000101010101001110000111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127696; }

 p { color: rgb(18,118,150); }

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

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

 a { background-color: rgb(18,118,150); }

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

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

 span { border-color: rgb(18,118,150); }

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