#12865A

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

Shades of Deep Sea #12865A

Tints of Deep Sea #12865A

Color information

#12865A (or 0x12865A) is unknown color: approx Deep Sea. HEX triplet: 12, 86 and 5A. RGB value is (18,134,90). Sum of RGB (Red+Green+Blue) = 18+134+90=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #12865A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12865A is #ED79A5. Grayscale: #5E5E5E. Windows color (decimal): -15563174 or 5932562. OLE color: 5932562.

HSL color Cylindrical-coordinate representation of color #12865A: hue angle of 157.24º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12865A is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1813490-
CMYK0.8700.330.47
HSL157.24º76.32%29.8%-
HSV(B)157.24º86.57%52.55%-
XYZ10.6217.9212.57-
YUV94.3125.5773.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.44%
GREEN value IS 134 (52.73% from 255) = 55.37%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=7.44%
G=55.37%
B=37.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18134900.8700.330.47157.2476.3229.8
Hex12865A570212F9d4c1e
Octal222061321270415723511436
Binary100101000011010110101010111010000110111110011101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12865A; }

 p { color: rgb(18,134,90); }

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

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

 a { background-color: rgb(18,134,90); }

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

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

 span { border-color: rgb(18,134,90); }

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