#127568

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

Shades of Deep Sea #127568

Tints of Deep Sea #127568

Color information

#127568 (or 0x127568) is unknown color: approx Deep Sea. HEX triplet: 12, 75 and 68. RGB value is (18,117,104). Sum of RGB (Red+Green+Blue) = 18+117+104=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #127568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127568 is #ED8A97. Grayscale: #555555. Windows color (decimal): -15567512 or 6845714. OLE color: 6845714.

HSL color Cylindrical-coordinate representation of color #127568: hue angle of 172.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127568 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB18117104-
CMYK0.8500.110.54
HSL172.12º73.33%26.47%-
HSV(B)172.12º84.62%45.88%-
XYZ9.1113.8515.29-
YUV85.92138.279.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 117 (46.09% from 255) = 48.95%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=7.53%
G=48.95%
B=43.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal181171040.8500.110.54172.1273.3326.47
Hex127568550B36ac491a
Octal221651501250136625411132
Binary100101110101110100010101010101111011010101100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127568; }

 p { color: rgb(18,117,104); }

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

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

 a { background-color: rgb(18,117,104); }

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

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

 span { border-color: rgb(18,117,104); }

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