#12634F

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

Shades of Evening Sea #12634F

Tints of Evening Sea #12634F

Color information

#12634F (or 0x12634F) is unknown color: approx Evening Sea. HEX triplet: 12, 63 and 4F. RGB value is (18,99,79). Sum of RGB (Red+Green+Blue) = 18+99+79=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #12634F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12634F is #ED9CB0. Grayscale: #484848. Windows color (decimal): -15572145 or 5202706. OLE color: 5202706.

HSL color Cylindrical-coordinate representation of color #12634F: hue angle of 165.19º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12634F is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB189979-
CMYK0.8200.200.61
HSL165.19º69.23%22.94%-
HSV(B)165.19º81.82%38.82%-
XYZ6.129.628.93-
YUV72.5131.6689.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 79 (31.25% from 255) = 40.31%
R=9.18%
G=50.51%
B=40.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899790.8200.200.61165.1969.2322.94
Hex12634F520143Da54517
Octal221431171220247524510527
Binary1001011000111001111101001001010011110110100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12634F; }

 p { color: rgb(18,99,79); }

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

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

 a { background-color: rgb(18,99,79); }

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

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

 span { border-color: rgb(18,99,79); }

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