#12735E

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

Shades of Deep Sea #12735E

Tints of Deep Sea #12735E

Color information

#12735E (or 0x12735E) is unknown color: approx Deep Sea. HEX triplet: 12, 73 and 5E. RGB value is (18,115,94). Sum of RGB (Red+Green+Blue) = 18+115+94=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #12735E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12735E is #ED8CA1. Grayscale: #535353. Windows color (decimal): -15568034 or 6189842. OLE color: 6189842.

HSL color Cylindrical-coordinate representation of color #12735E: hue angle of 167.01º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12735E is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1811594-
CMYK0.8400.180.55
HSL167.01º72.93%26.08%-
HSV(B)167.01º84.35%45.1%-
XYZ8.413.212.69-
YUV83.6133.8681.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.93%
GREEN value IS 115 (45.31% from 255) = 50.66%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=7.93%
G=50.66%
B=41.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18115940.8400.180.55167.0172.9326.08
Hex12735E5401237a7491a
Octal221631361240226724711132
Binary1001011100111011110101010001001011011110100111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12735E; }

 p { color: rgb(18,115,94); }

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

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

 a { background-color: rgb(18,115,94); }

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

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

 span { border-color: rgb(18,115,94); }

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