#124348

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

Shades of Cyprus #124348

Tints of Cyprus #124348

Color information

#124348 (or 0x124348) is unknown color: approx Cyprus. HEX triplet: 12, 43 and 48. RGB value is (18,67,72). Sum of RGB (Red+Green+Blue) = 18+67+72=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #124348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124348 is #EDBCB7. Grayscale: #343434. Windows color (decimal): -15580344 or 4735762. OLE color: 4735762.

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

Color convert

RGB186772-
CMYK0.750.0700.72
HSL185.56º60%17.65%-
HSV(B)185.56º75%28.24%-
XYZ3.434.616.84-
YUV52.92138.77103.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 67 (26.56% from 255) = 42.68%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=11.46%
G=42.68%
B=45.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1867720.750.0700.72185.566017.65
Hex1243484B7048ba3c12
Octal22103110113701102727422
Binary10010100001110010001001011111010010001011101011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124348; }

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

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

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

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

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

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

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

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