#124746

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

Shades of Cyprus #124746

Tints of Cyprus #124746

Color information

#124746 (or 0x124746) is unknown color: approx Cyprus. HEX triplet: 12, 47 and 46. RGB value is (18,71,70). Sum of RGB (Red+Green+Blue) = 18+71+70=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #124746 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124746 is #EDB8B9. Grayscale: #363636. Windows color (decimal): -15579322 or 4605714. OLE color: 4605714.

HSL color Cylindrical-coordinate representation of color #124746: hue angle of 178.87º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124746 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB187170-
CMYK0.7500.010.72
HSL178.87º59.55%17.45%-
HSV(B)178.87º74.65%27.84%-
XYZ3.615.086.58-
YUV55.04136.44101.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 71 (28.12% from 255) = 44.65%
BLUE value IS 70 (27.73% from 255) = 44.03%
R=11.32%
G=44.65%
B=44.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871700.7500.010.72178.8759.5517.45
Hex1247464B0148b33c11
Octal22107106113011102637421
Binary100101000111100011010010110110010001011001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124746; }

 p { color: rgb(18,71,70); }

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

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

 a { background-color: rgb(18,71,70); }

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

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

 span { border-color: rgb(18,71,70); }

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