#127996

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

Shades of Cerulean #127996

Tints of Cerulean #127996

Color information

#127996 (or 0x127996) is unknown color: approx Cerulean. HEX triplet: 12, 79 and 96. RGB value is (18,121,150). Sum of RGB (Red+Green+Blue) = 18+121+150=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #127996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127996 is #ED8669. Grayscale: #5D5D5D. Windows color (decimal): -15566442 or 9861394. OLE color: 9861394.

HSL color Cylindrical-coordinate representation of color #127996: hue angle of 193.18º 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 #127996 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB18121150-
CMYK0.880.1900.41
HSL193.18º78.57%32.94%-
HSV(B)193.18º88%58.82%-
XYZ12.5916.0131.28-
YUV93.51159.8874.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.23%
GREEN value IS 121 (47.66% from 255) = 41.87%
BLUE value IS 150 (58.98% from 255) = 51.90%
R=6.23%
G=41.87%
B=51.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181211500.880.1900.41193.1878.5732.94
Hex1279965813029c14f21
Octal221712261302305130111741
Binary100101111001100101101011000100110101001110000011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127996; }

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

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

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

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

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

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

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

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