#124342

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

Shades of Cyprus #124342

Tints of Cyprus #124342

Color information

#124342 (or 0x124342) is unknown color: approx Cyprus. HEX triplet: 12, 43 and 42. RGB value is (18,67,66). Sum of RGB (Red+Green+Blue) = 18+67+66=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 66 (26.17% from 255 or 43.71% from 151); Max value from RGB is 67 - color contains mainly: green. Hex color #124342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124342 is #EDBCBD. Grayscale: #343434. Windows color (decimal): -15580350 or 4342546. OLE color: 4342546.

HSL color Cylindrical-coordinate representation of color #124342: hue angle of 178.78º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #124342 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB186766-
CMYK0.7300.010.74
HSL178.78º57.65%16.67%-
HSV(B)178.78º73.13%26.27%-
XYZ3.244.545.86-
YUV52.24135.77103.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 67 (26.56% from 255) = 44.37%
BLUE value IS 66 (26.17% from 255) = 43.71%
R=11.92%
G=44.37%
B=43.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1867660.7300.010.74178.7857.6516.67
Hex12434249014Ab33a11
Octal22103102111011122637221
Binary100101000011100001010010010110010101011001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124342; }

 p { color: rgb(18,67,66); }

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

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

 a { background-color: rgb(18,67,66); }

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

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

 span { border-color: rgb(18,67,66); }

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